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:
7
7
collectlogs : ['false']
8
8
metrics_path : /redfish
9
9
scrape_timeout : 300s
10
- scrape_interval : {{ redfish_exporter_scrape_interval }}s
10
+ scrape_interval : {{ stackhpc_redfish_exporter_scrape_interval }}s
11
11
relabel_configs :
12
12
- source_labels : [__address__]
13
13
target_label : __param_target
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ features:
10
10
fixes :
11
11
- |
12
12
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.
15
15
- Fixes various issues with the redfish exporter dashboard.
16
16
upgrade :
17
17
- |
You can’t perform that action at this time.
0 commit comments