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

Commit

Permalink
add compression ratio and quiesce stats (#26)
Browse files Browse the repository at this point in the history
* add compression ratio gauge
  • Loading branch information
Alb0t authored and Harmen committed Dec 20, 2018
1 parent c725ebf commit 7c5b788
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ var (
// geo2dsphere-within.max-cells=12
// geo2dsphere-within.level-mod=1
// geo2dsphere-within.earth-radius-meters=6371000
gauge("device_compression_ratio", "device compression ratio"),
gauge("n_nodes_quiesced", "n nodes quiesced"),
gauge("effective_is_quiesced", "effective is quiesced"),
gauge("pending_quiesce", "pending quiesce"),
}
)

Expand Down

0 comments on commit 7c5b788

Please sign in to comment.