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

Commit

Permalink
move counters to where they are listed in asinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed Feb 26, 2018
1 parent b5ef097 commit 00b14e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ var (
gauge("memory_free_pct", "memory free pct"),
// xmem_id=0
gauge("available_bin_names", "available bin names"),
gauge("device_total_bytes", "device total bytes"),
gauge("device_used_bytes", "device used bytes"),
gauge("device_free_pct", "device free pct"),
gauge("device_available_pct", "device available pct"),
// cache_read_pct=0
gauge("migrate_tx_partitions_imbalance", "migrate tx partitions imbalance"),
gauge("migrate_tx_instances", "migrate tx instances"),
gauge("migrate_rx_instances", "migrate rx instances"),
Expand Down Expand Up @@ -191,11 +196,6 @@ var (
// geo2dsphere-within.max-cells=12
// geo2dsphere-within.level-mod=1
// geo2dsphere-within.earth-radius-meters=6371000

gauge("device_total_bytes", "device total bytes"),
gauge("device_used_bytes", "device used bytes"),
gauge("device_free_pct", "device free pct"),
gauge("device_available_pct", "device available pct"),
}
)

Expand Down

0 comments on commit 00b14e1

Please sign in to comment.