Skip to content

Commit

Permalink
notice-me-senpai: enable experimental promql queries
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jun 4, 2024
1 parent 9b536e0 commit 114176d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/notice-me-senpai/grafana.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ in
enable = true;
port = 9501;
listenAddress = registry.wgAddr4;
# Sorting by label is an experimental feature: https://prometheus.io/docs/prometheus/latest/querying/functions/#sort_by_label
extraFlags = [ "--enable-feature=promql-experimental-functions" ];
globalConfig = {
scrape_interval = "131s";
};
Expand Down

0 comments on commit 114176d

Please sign in to comment.