Skip to content

Commit 4809f3f

Browse files
MoteHueAlex-Welsh
andauthored
Apply suggestions from code review
Co-authored-by: Alex-Welsh <[email protected]>
1 parent ba7934a commit 4809f3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

etc/kayobe/kolla/config/prometheus/prometheus.yml.d/60-redfish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

releasenotes/notes/bumps-redfish-exporter-to-v2-11032fb9dde36283.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ features:
1010
fixes:
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.
1616
upgrade:
1717
- |

0 commit comments

Comments
 (0)