Skip to content

Commit

Permalink
[grafana] set the interval for the serviceMonitor to 30s so that irat…
Browse files Browse the repository at this point in the history
…e()[1m] queries in the operators default Grafana dashboard work

Signed-off-by: Marcel Weinberg <mweinberg-os@email.de>
  • Loading branch information
winem committed Jul 11, 2023
1 parent c719645 commit fb908d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana/values.yaml
Expand Up @@ -202,7 +202,7 @@ serviceMonitor:
path: /metrics
# namespace: monitoring (defaults to use the namespace this chart is deployed to)
labels: {}
interval: 1m
interval: 30s
scheme: http
tlsConfig: {}
scrapeTimeout: 30s
Expand Down

0 comments on commit fb908d7

Please sign in to comment.