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

Commit

Permalink
Merge pull request #32 from sukolupo/master
Browse files Browse the repository at this point in the history
including additional key metrics as recommended by aerospike
  • Loading branch information
alicebob committed Jul 10, 2019
2 parents c8560c7 + 2f8dd3e commit da60dd5
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 @@ -220,6 +220,10 @@ var (
gauge("stop_writes", "stop writes"),
gauge("stop-writes-pct", "stop writes pct"),
gauge("tombstones", "tombstones"),
// including additional key metrics as recommended by aerospike https://www.aerospike.com/docs/operations/monitor/key_metrics/index.html
gauge("clock_skew_stop_writes", "clock skew stop writes"),
gauge("dead_partitions", "dead partitions"),
gauge("unavailable_partitions", "unavailable partitions"),
// gauge("write_q", "write queue"),
// device-level stats don't appear to work
// and this plugin thinks "storage-engine.device[0].write_q" is malformed.
Expand Down

0 comments on commit da60dd5

Please sign in to comment.