Merge pull request #5753 from metalmatze/grafanaDashboards

Fix prometheus-mixin dashboards to use grafanaDashboards
This commit is contained in:
Frederic Branczyk 2019-07-11 15:51:01 +02:00 committed by GitHub
commit fb6c709a5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
local dashboards = (import 'mixin.libsonnet').dashboards;
local dashboards = (import 'mixin.libsonnet').grafanaDashboards;
{
[name]: dashboards[name]

View file

@ -1,7 +1,7 @@
local g = import 'grafana-builder/grafana.libsonnet';
{
dashboards+: {
grafanaDashboards+:: {
'prometheus.json':
g.dashboard('Prometheus')
.addMultiTemplate('job', 'prometheus_build_info', 'job')