Skip to content

Commit

Permalink
fix: Mixins - Add missing log datasource on loki-deletion (#13011)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson committed May 22, 2024
1 parent efd8f5d commit 1948899
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions production/loki-mixin-compiled-ssd/dashboards/loki-deletion.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,16 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"hide": 0,
"label": null,
"name": "loki_datasource",
"options": [ ],
"query": "loki",
"refresh": 1,
"regex": "",
"type": "datasource"
}
]
},
Expand Down
10 changes: 10 additions & 0 deletions production/loki-mixin-compiled/dashboards/loki-deletion.json
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,16 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"hide": 0,
"label": null,
"name": "loki_datasource",
"options": [ ],
"query": "loki",
"refresh": 1,
"regex": "",
"type": "datasource"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions production/loki-mixin/dashboards/loki-deletion.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
.addCluster()
.addNamespace()
.addTag()
.addLog()
.addRow(
($.row('Headlines') +
{
Expand Down

0 comments on commit 1948899

Please sign in to comment.