8000 add compression ratio and quiesce stats by Alb0t · Pull Request #26 · alicebob/asprom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

add compression ratio and quiesce stats #26

Merged
merged 3 commits into from
Dec 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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