mirror of
				https://github.com/rfmoz/grafana-dashboards.git
				synced 2025-03-05 20:51:45 -08:00 
			
		
		
		
	node: temperature: fix node_hwmon_chip_names missing labels
This commit is contained in:
		
							parent
							
								
									5db7ca1c16
								
							
						
					
					
						commit
						364b36ee49
					
				|  | @ -14374,7 +14374,7 @@ | |||
|                 "type": "prometheus", | ||||
|                 "uid": "${DS_PROMETHEUS}" | ||||
|               }, | ||||
|               "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names", | ||||
|               "expr": "node_hwmon_temp_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names{instance=\"$node\",job=\"$job\"}", | ||||
|               "format": "time_series", | ||||
|               "interval": "", | ||||
|               "intervalFactor": 1, | ||||
|  | @ -14387,7 +14387,7 @@ | |||
|                 "type": "prometheus", | ||||
|                 "uid": "${DS_PROMETHEUS}" | ||||
|               }, | ||||
|               "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names", | ||||
|               "expr": "node_hwmon_temp_crit_alarm_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names{instance=\"$node\",job=\"$job\"}", | ||||
|               "format": "time_series", | ||||
|               "hide": true, | ||||
|               "interval": "", | ||||
|  | @ -14401,7 +14401,7 @@ | |||
|                 "type": "prometheus", | ||||
|                 "uid": "${DS_PROMETHEUS}" | ||||
|               }, | ||||
|               "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names", | ||||
|               "expr": "node_hwmon_temp_crit_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names{instance=\"$node\",job=\"$job\"}", | ||||
|               "format": "time_series", | ||||
|               "interval": "", | ||||
|               "intervalFactor": 1, | ||||
|  | @ -14414,7 +14414,7 @@ | |||
|                 "type": "prometheus", | ||||
|                 "uid": "${DS_PROMETHEUS}" | ||||
|               }, | ||||
|               "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names", | ||||
|               "expr": "node_hwmon_temp_crit_hyst_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names{instance=\"$node\",job=\"$job\"}", | ||||
|               "format": "time_series", | ||||
|               "hide": true, | ||||
|               "interval": "", | ||||
|  | @ -14428,7 +14428,7 @@ | |||
|                 "type": "prometheus", | ||||
|                 "uid": "${DS_PROMETHEUS}" | ||||
|               }, | ||||
|               "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names", | ||||
|               "expr": "node_hwmon_temp_max_celsius{instance=\"$node\",job=\"$job\"} * on(chip) group_left(chip_name) node_hwmon_chip_names{instance=\"$node\",job=\"$job\"}", | ||||
|               "format": "time_series", | ||||
|               "hide": true, | ||||
|               "interval": "", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue