|
40 | 40 | gauge("memory_free_pct", "memory free pct"), |
41 | 41 | // xmem_id=0 |
42 | 42 | gauge("available_bin_names", "available bin names"), |
| 43 | + gauge("device_total_bytes", "device total bytes"), |
| 44 | + gauge("device_used_bytes", "device used bytes"), |
| 45 | + gauge("device_free_pct", "device free pct"), |
| 46 | + gauge("device_available_pct", "device available pct"), |
| 47 | + // cache_read_pct=0 |
43 | 48 | gauge("migrate_tx_partitions_imbalance", "migrate tx partitions imbalance"), |
44 | 49 | gauge("migrate_tx_instances", "migrate tx instances"), |
45 | 50 | gauge("migrate_rx_instances", "migrate rx instances"), |
@@ -191,11 +196,6 @@ var ( |
191 | 196 | // geo2dsphere-within.max-cells=12 |
192 | 197 | // geo2dsphere-within.level-mod=1 |
193 | 198 | // geo2dsphere-within.earth-radius-meters=6371000 |
194 | | - |
195 | | - gauge("device_total_bytes", "device total bytes"), |
196 | | - gauge("device_used_bytes", "device used bytes"), |
197 | | - gauge("device_free_pct", "device free pct"), |
198 | | - gauge("device_available_pct", "device available pct"), |
199 | 199 | } |
200 | 200 | ) |
201 | 201 |
|
|
0 commit comments