Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 00b14e1

Browse files
committed
move counters to where they are listed in asinfo
1 parent b5ef097 commit 00b14e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

namespaces.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ var (
4040
gauge("memory_free_pct", "memory free pct"),
4141
// xmem_id=0
4242
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
4348
gauge("migrate_tx_partitions_imbalance", "migrate tx partitions imbalance"),
4449
gauge("migrate_tx_instances", "migrate tx instances"),
4550
gauge("migrate_rx_instances", "migrate rx instances"),
@@ -191,11 +196,6 @@ var (
191196
// geo2dsphere-within.max-cells=12
192197
// geo2dsphere-within.level-mod=1
193198
// 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"),
199199
}
200200
)
201201

0 commit comments

Comments
 (0)