File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
etc/kayobe/kolla/config/prometheus/prometheus.yml.d Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ scrape_configs:
77 collectlogs : ['false']
88 metrics_path : /redfish
99 scrape_timeout : 300s
10- scrape_interval : {{ redfish_exporter_scrape_interval }}s
10+ scrape_interval : {{ stackhpc_redfish_exporter_scrape_interval }}s
1111 relabel_configs :
1212 - source_labels : [__address__]
1313 target_label : __param_target
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ features:
1010fixes :
1111 - |
1212 Sets the prometheus server side option ``query.lookback-delta`` to
13- the largest scrape interval so that metrics are not from exporters
14- with large scrape intervals are not marked stale before the next scrape.
13+ the largest scrape interval so that metrics from exporters with large
14+ scrape intervals are not marked stale before the next scrape.
1515 - Fixes various issues with the redfish exporter dashboard.
1616upgrade :
1717 - |
You can’t perform that action at this time.
0 commit comments