Skip to content

Commit

Permalink
fix(speedtest-exporter): fix label in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Dec 31, 2024
1 parent 2af0d2b commit 87f5979
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values({job=\"integrations/speedtest\"},instance)",
"definition": "label_values({job=\"speedtest-exporter\"},instance)",
"hide": 0,
"includeAll": false,
"label": "instance",
Expand All @@ -758,7 +758,7 @@
"options": [],
"query": {
"qryType": 1,
"query": "label_values({job=\"integrations/speedtest\"},instance)",
"query": "label_values({job=\"speedtest-exporter\"},instance)",
"refId": "PrometheusVariableQueryEditor-VariableQuery"
},
"refresh": 1,
Expand Down

0 comments on commit 87f5979

Please sign in to comment.