grafana: enable promql-experimental-functions
Some checks failed
/ Ansible Lint (push) Failing after 2m0s

This commit is contained in:
chris 2025-07-20 19:09:59 +02:00
commit 2e66e5de3b
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ services:
command:
- '--config.file=/etc/prometheus/prometheus.yml'
- '--web.enable-remote-write-receiver'
- '--enable-feature=promql-experimental-functions'
ports:
- 9090:9090
restart: unless-stopped