Skip to content

Commit 4e919ec

Browse files
committed
Dashboards: use timeseries panel to show exemplars
This is now "the default and primary way to visualize time series data": https://grafana.com/docs/grafana/latest/visualizations/time-series/ Uses upstream change grafana/jsonnet-libs#824 So far I have only changed the per-pod latency panels, as those are the ones where exemplars work.
1 parent 0f48789 commit 4e919ec

File tree

10 files changed

+313
-446
lines changed

10 files changed

+313
-446
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* [FEATURE] Dashboards: added support to experimental read-write deployment mode. #2780
3333
* [ENHANCEMENT] Dashboards: added support to query-tee in front of ruler-query-frontend in the "Remote ruler reads" dashboard. #2761
3434
* [ENHANCEMENT] Dashboards: Introduce support for baremetal deployment, setting `deployment_type: 'baremetal'` in the mixin `_config`. #2657
35+
* [ENHANCEMENT] Dashboards: use timeseries panel to show exemplars. #2800
3536
* [BUGFIX] Dashboards: stop setting 'interval' in dashboards; it should be set on your datasource. #2802
3637

3738
### Jsonnet

0 commit comments

Comments
 (0)