grafana: enable promql-experimental-functions
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
This commit is contained in:
parent
a4c703b185
commit
2e66e5de3b
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ services:
|
||||||
command:
|
command:
|
||||||
- '--config.file=/etc/prometheus/prometheus.yml'
|
- '--config.file=/etc/prometheus/prometheus.yml'
|
||||||
- '--web.enable-remote-write-receiver'
|
- '--web.enable-remote-write-receiver'
|
||||||
|
- '--enable-feature=promql-experimental-functions'
|
||||||
ports:
|
ports:
|
||||||
- 9090:9090
|
- 9090:9090
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -120,4 +120,4 @@ scrape_configs:
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
tsdb:
|
tsdb:
|
||||||
out_of_order_time_window: 45s
|
out_of_order_time_window: 90m
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue