OP#662 add flags to params
This commit is contained in:
@@ -79,8 +79,8 @@ prometheus.scrape "node_exporter" {
|
||||
targets = discovery.relabel.node_exporter.output
|
||||
forward_to = [prometheus.remote_write.prometheus.receiver]
|
||||
scrape_interval = "15s"
|
||||
honor_timestamps = true
|
||||
track_timestamps_staleness = true
|
||||
honor_timestamps = <%= @ay_prom_honor_timestamps %>
|
||||
track_timestamps_staleness = <%= @ay_prom_track_timestamps_staleness %>
|
||||
}
|
||||
|
||||
prometheus.remote_write "prometheus" {
|
||||
|
||||
Reference in New Issue
Block a user