Remove the scrape_interval settings
Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
parent
1bffcac5e5
commit
20cdb8dcc1
@ -121,7 +121,6 @@ data:
|
|||||||
targets = discovery.relabel.all_nodes.output
|
targets = discovery.relabel.all_nodes.output
|
||||||
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
|
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
|
||||||
|
|
||||||
scrape_interval = "15s"
|
|
||||||
metrics_path = "/metrics/cadvisor"
|
metrics_path = "/metrics/cadvisor"
|
||||||
scheme = "https"
|
scheme = "https"
|
||||||
|
|
||||||
@ -135,7 +134,6 @@ data:
|
|||||||
targets = discovery.relabel.all_nodes.output
|
targets = discovery.relabel.all_nodes.output
|
||||||
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
|
forward_to = [ {{ include "agent.prometheus_write_targets" . }} ]
|
||||||
|
|
||||||
scrape_interval = "15s"
|
|
||||||
metrics_path = "/metrics"
|
metrics_path = "/metrics"
|
||||||
scheme = "https"
|
scheme = "https"
|
||||||
|
|
||||||
@ -152,7 +150,6 @@ data:
|
|||||||
forward_to = [prometheus.relabel.node_exporter.receiver]
|
forward_to = [prometheus.relabel.node_exporter.receiver]
|
||||||
|
|
||||||
job_name = "node-exporter"
|
job_name = "node-exporter"
|
||||||
scrape_interval = "15s"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
prometheus.relabel "node_exporter" {
|
prometheus.relabel "node_exporter" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user