mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
mixin: add uid to prometheus overview dashboard
Signed-off-by: jscheffner <jscheffner@users.noreply.github.com>
This commit is contained in:
parent
bfbae39931
commit
1be2deec88
1 changed files with 1 additions and 0 deletions
|
|
@ -445,6 +445,7 @@ local row = panel.row;
|
|||
dashboard.new('%(prefix)sOverview' % $._config.grafanaPrometheus)
|
||||
+ dashboard.time.withFrom('now-1h')
|
||||
+ dashboard.withTags($._config.grafanaPrometheus.tags)
|
||||
+ dashboard.withUid('9fa0d141-d019-4ad7-8bc5-42196ee308bd')
|
||||
+ dashboard.timepicker.withRefreshIntervals($._config.grafanaPrometheus.refresh)
|
||||
+ dashboard.withVariables(std.prune([
|
||||
datasourceVariable,
|
||||
|
|
|
|||
Loading…
Reference in a new issue