Skip to content

Commit

Permalink
mixin: fix using native histograms in dashboards (#10018)
Browse files Browse the repository at this point in the history
* mixin: fix using native histograms in dashboards

After prometheus/prometheus#15245 the
current trick to hide queries selectively doesn't work.

Signed-off-by: György Krajcsovits <[email protected]>
  • Loading branch information
krajorama authored Dec 10, 2024
1 parent 5b1184e commit 2186af3
Show file tree
Hide file tree
Showing 15 changed files with 376 additions and 375 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@
* [BUGFIX] Alerts: Exclude read-only replicas from `IngesterInstanceHasNoTenants` alert. #9843
* [BUGFIX] Alerts: Use resident set memory for the `EtcdAllocatingTooMuchMemory` alert so that ephemeral file cache memory doesn't cause the alert to misfire. #9997
* [BUGFIX] Query-frontend: support `X-Read-Consistency-Offsets` on labels queries too.
* [BUGFIX] Dashboards: fix how we switch between classic and native histograms. #10018

### Jsonnet

Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2186af3

Please sign in to comment.