Skip to content

Commit

Permalink
fix(monitoring): remove datasource hardcode (#256)
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Zakharov <[email protected]>
  • Loading branch information
risen228 authored Dec 23, 2024
1 parent b07f733 commit 4307912
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions monitoring/grafana-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1443,11 +1443,23 @@
"templating": {
"list": [
{
"hide": 2,
"name": "DS_PROMETHEUS",
"query": "prometheus",
"skipUrlSync": true,
"type": "constant"
"current": {
"selected": false,
"text": "Prometheus",
"value": "prometheus"
},
"hide": 0,
"includeAll": false,
"label": "Datasource",
"multi": false,
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {},
Expand Down

0 comments on commit 4307912

Please sign in to comment.