Skip to content

Commit

Permalink
fix(demo): rm variables from node exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 11, 2023
1 parent 8f7fc8f commit 829fe04
Showing 1 changed file with 10 additions and 52 deletions.
62 changes: 10 additions & 52 deletions dev/local/ch-demo/grafana/dashboards/node-exporter.json
Original file line number Diff line number Diff line change
Expand Up @@ -23647,7 +23647,7 @@
"list": [
{
"current": {
"selected": false,
"selected": true,
"text": "Prometheus",
"value": "Prometheus"
},
Expand All @@ -23665,64 +23665,20 @@
"type": "datasource"
},
{
"current": {
"selected": false,
"text": "node-exporter",
"value": "node-exporter"
},
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"definition": "",
"hide": 0,
"includeAll": false,
"hide": 2,
"label": "Job",
"multi": false,
"name": "job",
"options": [],
"query": {
"query": "label_values(node_uname_info, job)",
"refId": "Prometheus-job-Variable-Query"
},
"refresh": 1,
"regex": "",
"query": "node-exporter",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
"type": "constant"
},
{
"current": {
"selected": false,
"text": "node-exporter:9100",
"value": "node-exporter:9100"
},
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values(node_uname_info{job=\"$job\"}, instance)",
"hide": 0,
"includeAll": false,
"hide": 2,
"label": "Host",
"multi": false,
"name": "node",
"options": [],
"query": {
"query": "label_values(node_uname_info{job=\"$job\"}, instance)",
"refId": "Prometheus-node-Variable-Query"
},
"refresh": 1,
"regex": "",
"query": "node-exporter:9100",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
"type": "constant"
},
{
"current": {
Expand Down Expand Up @@ -23753,6 +23709,8 @@
},
"timepicker": {
"refresh_intervals": [
"500ms",
"1s",
"5s",
"10s",
"30s",
Expand All @@ -23770,6 +23728,6 @@
"timezone": "browser",
"title": "Node Exporter Full",
"uid": "node-exporter",
"version": 2,
"version": 1,
"weekStart": ""
}

0 comments on commit 829fe04

Please sign in to comment.