Skip to content

Commit 7fcabe2

Browse files
committed
Increase query lookback delta
Prometheus will regard metrics collected over this perioid as stale as such they won't show up in grafana.
1 parent 0459eab commit 7fcabe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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"
29+
prometheus_cmdline_extras: "--storage.tsdb.retention.time=30d --query.lookback-delta=15m"
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:

0 commit comments

Comments
 (0)