mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-03 20:39:32 -05:00
mixin: add uid to remote write dashboard
Signed-off-by: Marvin Rösch <marvinroesch99@gmail.com>
This commit is contained in:
parent
5c897e3801
commit
e5dd0315a8
1 changed files with 1 additions and 0 deletions
|
|
@ -766,6 +766,7 @@ local row = panel.row;
|
|||
dashboard.new('%(prefix)sRemote Write' % $._config.grafanaPrometheus)
|
||||
+ dashboard.time.withFrom('now-1h')
|
||||
+ dashboard.withTags($._config.grafanaPrometheus.tags)
|
||||
+ dashboard.withUid('cb079f93-fde4-41f0-862b-d4301d7c1c56')
|
||||
+ dashboard.timepicker.withRefreshIntervals($._config.grafanaPrometheus.refresh)
|
||||
+ dashboard.withVariables([
|
||||
datasourceVariable,
|
||||
|
|
|
|||
Loading…
Reference in a new issue