Skip to content

Commit 68b8ea1

Browse files
committed
Actually set lookback delta
1 parent a36b667 commit 68b8ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kolla_image_tags:
2626
# Monitoring and alerting related settings
2727

2828
opensearch_heap_size: 8g
29-
prometheus_cmdline_extras: "--storage.tsdb.retention.time=30d --query.lookback-delta=15m"
29+
prometheus_cmdline_extras: "--storage.tsdb.retention.time=30d --query.lookback-delta={{ stackhpc_prometheus_query_lookback_delta }}"
3030

3131
# Additional command line flags for node exporter to enable texfile collector for disk metrics and create textfile docker volume
3232
prometheus_node_exporter_extra_volumes:

etc/kayobe/stackhpc-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
###############################################################################
44
# Prometheus server configuration
55

6-
prometheus_query_lookback_delta: "{{ [redfish_exporter_scrape_interval, stackhpc_os_capacity_scrape_interval, 300] | max }}s"
6+
stackhpc_prometheus_query_lookback_delta: "{{ [redfish_exporter_scrape_interval, stackhpc_os_capacity_scrape_interval, 300] | max }}s"
77

88
###############################################################################
99
# Alert configuration

0 commit comments

Comments
 (0)