mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 12:30:46 +01:00
Update e2e output fixtures (#2696)
Fix up correct e2e output for node_power_supply_info. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
b36a2a3663
commit
d2dd793e39
@ -2776,7 +2776,7 @@ node_power_supply_energy_watthour{power_supply="BAT0"} 36.58
|
||||
# HELP node_power_supply_info info of /sys/class/power_supply/<power_supply>.
|
||||
# TYPE node_power_supply_info gauge
|
||||
node_power_supply_info{power_supply="AC",type="Mains"} 1
|
||||
node_power_supply_info{capacity_level="Normal",manufacturer="LGC",model_name="LNV-45N1<4E>",power_supply="BAT0",serial_number="38109",status="Discharging",technology="Li-ion",type="Battery"} 1
|
||||
node_power_supply_info{capacity_level="Normal",manufacturer="LGC",model_name="LNV-45N1<4E><EFBFBD>",power_supply="BAT0",serial_number="38109",status="Discharging",technology="Li-ion",type="Battery"} 1
|
||||
# HELP node_power_supply_online online value of /sys/class/power_supply/<power_supply>.
|
||||
# TYPE node_power_supply_online gauge
|
||||
node_power_supply_online{power_supply="AC"} 0
|
||||
|
@ -2798,7 +2798,7 @@ node_power_supply_energy_watthour{power_supply="BAT0"} 36.58
|
||||
# HELP node_power_supply_info info of /sys/class/power_supply/<power_supply>.
|
||||
# TYPE node_power_supply_info gauge
|
||||
node_power_supply_info{power_supply="AC",type="Mains"} 1
|
||||
node_power_supply_info{capacity_level="Normal",manufacturer="LGC",model_name="LNV-45N1<4E>",power_supply="BAT0",serial_number="38109",status="Discharging",technology="Li-ion",type="Battery"} 1
|
||||
node_power_supply_info{capacity_level="Normal",manufacturer="LGC",model_name="LNV-45N1<4E><EFBFBD>",power_supply="BAT0",serial_number="38109",status="Discharging",technology="Li-ion",type="Battery"} 1
|
||||
# HELP node_power_supply_online online value of /sys/class/power_supply/<power_supply>.
|
||||
# TYPE node_power_supply_online gauge
|
||||
node_power_supply_online{power_supply="AC"} 0
|
||||
|
Loading…
Reference in New Issue
Block a user