File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,14 @@ proxies:
35
35
quantum : 0.25
36
36
- reduce_time_resolution :
37
37
resolution : 30s
38
+ # Power metrics. Useful to track the blockchain's
39
+ # power consumption.
40
+ # No need to reduce resolution since these are already
41
+ # collected periodically using a cron job rather than
42
+ # on every poll.
43
+ - regex : power.*
44
+ actions :
45
+ - keep
38
46
# File system errors and NVME hardware info.
39
47
- regex : node_filesystem_device_error|nvme.*|node_nvme_info
40
48
actions :
@@ -57,7 +65,7 @@ proxies:
57
65
- regex : node_network_carrier.*|node_network_info|node_network_iface.*|node_network_mtu_bytes|node_network_(receive|transmit)_.*
58
66
actions :
59
67
- keep
60
- # HostOS version
68
+ # HostOS version.
61
69
- regex : hostos_version
62
70
actions :
63
71
- keep
You can’t perform that action at this time.
0 commit comments