intelsdi-x / snap-plugin-collector-ceph

Collects OpenStack CEPH module metrics
http://snap-telemetry.io/
Apache License 2.0
3 stars 12 forks source link

Add dynamic gathering of metrics based on Ceph schema socket output #25

Closed mkleina closed 7 years ago

mkleina commented 7 years ago

Please don't merge yet, it's a fully working concept, but needs to be accepted and finished (documentation updates and post-review fixes).

Fixes panics when metric namespace is incomplete. Fixes problems with unavailable metrics on some Ceph setups (fixes #26) Fixes #9 - now all /metric/avgcount and /metric/sum metrics are collapsed into /metric (with value of /sum divided by /avgcount).

Summary of changes:

How to verify it:

Testing done:

katarzyna-z commented 7 years ago

Please squash commits before merging.

PatrykMatyjasek commented 7 years ago

Please squash commits

mkleina commented 7 years ago

@PatrykMatyjasek Done :+1:

PatrykMatyjasek commented 7 years ago

LGTM