|
711 | 711 | "steppedLine": false,
|
712 | 712 | "targets": [
|
713 | 713 | {
|
714 |
| - "expr": "100 - (100 * node_memory_MemAvailable_bytes{job=~\"node\", instance=~\"$instance\"} / node_memory_MemTotal_bytes{job=~\"node\", instance=~\"$instance\"})", |
| 714 | + "expr": "100 - (100 * node_memory_MemAvailable_bytes{job=~\"node-exporter\", instance=~\"$instance\"} / node_memory_MemTotal_bytes{job=~\"node-exporter\", instance=~\"$instance\"})", |
715 | 715 | "format": "time_series",
|
716 | 716 | "interval": "",
|
717 | 717 | "intervalFactor": 1,
|
|
818 | 818 | "steppedLine": false,
|
819 | 819 | "targets": [
|
820 | 820 | {
|
821 |
| - "expr": "(100 * sum by(instance)(increase(node_cpu_seconds_total{mode=\"iowait\",job=~\"node_fast\"}[1s]))) / (sum by(instance)(increase(node_cpu_seconds_total{job=~\"node_fast\"}[1s])))", |
| 821 | + "expr": "(100 * sum by(instance)(increase(node_cpu_seconds_total{mode=\"iowait\",job=~\"node-exporter_fast\"}[1s]))) / (sum by(instance)(increase(node_cpu_seconds_total{job=~\"node-exporter_fast\"}[1s])))", |
822 | 822 | "hide": true,
|
823 | 823 | "interval": "",
|
824 | 824 | "legendFormat": "{{ instance }}",
|
|
1489 | 1489 | "steppedLine": false,
|
1490 | 1490 | "targets": [
|
1491 | 1491 | {
|
1492 |
| - "expr": "increase(node_infiniband_port_transmit_wait_total{job=\"node\",instance=~\"$instance\"}[1m]) / increase(node_infiniband_port_packets_transmitted_total{job=\"node\",instance=~\"$instance\"}[1m])", |
| 1492 | + "expr": "increase(node_infiniband_port_transmit_wait_total{job=\"node-exporter\",instance=~\"$instance\"}[1m]) / increase(node_infiniband_port_packets_transmitted_total{job=\"node-exporter\",instance=~\"$instance\"}[1m])", |
1493 | 1493 | "hide": false,
|
1494 | 1494 | "interval": "",
|
1495 | 1495 | "legendFormat": "{{ instance }} {{ device }} {{ port }}",
|
|
1950 | 1950 | "allValue": null,
|
1951 | 1951 | "current": {},
|
1952 | 1952 | "datasource": "${DS_PROMETHEUS}",
|
1953 |
| - "definition": "label_values(node_cpu_seconds_total{job=~\"node\"}, env)", |
| 1953 | + "definition": "label_values(node_cpu_seconds_total{job=~\"node-exporter\"}, cluster_env)", |
1954 | 1954 | "error": null,
|
1955 | 1955 | "hide": 0,
|
1956 | 1956 | "includeAll": true,
|
1957 | 1957 | "label": "Environment",
|
1958 | 1958 | "multi": true,
|
1959 |
| - "name": "env", |
| 1959 | + "name": "cluster_env", |
1960 | 1960 | "options": [],
|
1961 |
| - "query": "label_values(node_cpu_seconds_total{job=~\"node\"}, env)", |
| 1961 | + "query": "label_values(node_cpu_seconds_total{job=~\"node-exporter\"}, cluster_env)", |
1962 | 1962 | "refresh": 1,
|
1963 | 1963 | "regex": "",
|
1964 | 1964 | "skipUrlSync": false,
|
|
1994 | 1994 | "allValue": null,
|
1995 | 1995 | "current": {},
|
1996 | 1996 | "datasource": "${DS_PROMETHEUS}",
|
1997 |
| - "definition": "label_values(node_cpu_seconds_total{job=~\"node\", env=~\"$env\", instance=~\"$host_filter\"}, instance)", |
| 1997 | + "definition": "label_values(node_cpu_seconds_total{job=~\"node-exporter\", cluster_env=~\"$cluster_env\", instance=~\"$host_filter\"}, instance)", |
1998 | 1998 | "error": null,
|
1999 | 1999 | "hide": 0,
|
2000 | 2000 | "includeAll": true,
|
2001 | 2001 | "label": null,
|
2002 | 2002 | "multi": true,
|
2003 | 2003 | "name": "instance",
|
2004 | 2004 | "options": [],
|
2005 |
| - "query": "label_values(node_cpu_seconds_total{job=~\"node\", env=~\"$env\", instance=~\"$host_filter\"}, instance)", |
| 2005 | + "query": "label_values(node_cpu_seconds_total{job=~\"node-exporter\", cluster_env=~\"$cluster_env\", instance=~\"$host_filter\"}, instance)", |
2006 | 2006 | "refresh": 1,
|
2007 | 2007 | "regex": "",
|
2008 | 2008 | "skipUrlSync": false,
|
|
2017 | 2017 | "allValue": null,
|
2018 | 2018 | "current": {},
|
2019 | 2019 | "datasource": "${DS_PROMETHEUS}",
|
2020 |
| - "definition": "label_values(node_infiniband_info{job=~\"node\"}, device)", |
| 2020 | + "definition": "label_values(node_infiniband_info{job=~\"node-exporter\"}, device)", |
2021 | 2021 | "error": null,
|
2022 | 2022 | "hide": 0,
|
2023 | 2023 | "includeAll": true,
|
2024 | 2024 | "label": "infiniband device",
|
2025 | 2025 | "multi": true,
|
2026 | 2026 | "name": "device",
|
2027 | 2027 | "options": [],
|
2028 |
| - "query": "label_values(node_infiniband_info{job=~\"node\"}, device)", |
| 2028 | + "query": "label_values(node_infiniband_info{job=~\"node-exporter\"}, device)", |
2029 | 2029 | "refresh": 1,
|
2030 | 2030 | "regex": "",
|
2031 | 2031 | "skipUrlSync": false,
|
|
0 commit comments