fix: Mixins - Add missing log datasource on loki-deletion (#13011)

pull/13014/head^2
Quentin Bisson 1 year ago committed by GitHub
parent efd8f5dc1b
commit 1948899999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      production/loki-mixin-compiled-ssd/dashboards/loki-deletion.json
  2. 10
      production/loki-mixin-compiled/dashboards/loki-deletion.json
  3. 1
      production/loki-mixin/dashboards/loki-deletion.libsonnet

@ -701,6 +701,16 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"hide": 0,
"label": null,
"name": "loki_datasource",
"options": [ ],
"query": "loki",
"refresh": 1,
"regex": "",
"type": "datasource"
}
]
},

@ -701,6 +701,16 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"hide": 0,
"label": null,
"name": "loki_datasource",
"options": [ ],
"query": "loki",
"refresh": 1,
"regex": "",
"type": "datasource"
}
]
},

@ -12,6 +12,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
.addCluster()
.addNamespace()
.addTag()
.addLog()
.addRow(
($.row('Headlines') +
{

Loading…
Cancel
Save