Skip to content

Commit

Permalink
Merge pull request #24 from grafana/update_scrape_intervals
Browse files Browse the repository at this point in the history
Remove the scrape_interval settings
  • Loading branch information
MichelHollands authored Mar 27, 2024
2 parents 1bffcac + 20cdb8d commit 381ecb2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charts/meta-monitoring/templates/agent/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ data:
targets = discovery.relabel.all_nodes.output
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
scrape_interval = "15s"
metrics_path = "/metrics/cadvisor"
scheme = "https"
Expand All @@ -135,7 +134,6 @@ data:
targets = discovery.relabel.all_nodes.output
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
scrape_interval = "15s"
metrics_path = "/metrics"
scheme = "https"
Expand All @@ -152,7 +150,6 @@ data:
forward_to = [prometheus.relabel.node_exporter.receiver]
job_name = "node-exporter"
scrape_interval = "15s"
}
prometheus.relabel "node_exporter" {
Expand Down

0 comments on commit 381ecb2

Please sign in to comment.