Skip to content

v1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@akshayjshah akshayjshah released this 20 Dec 18:13
· 22 commits to master since this release
f4f3938
Handle zero-length vectors properly (#18)

The Prometheus HTTP handlers expect all protobuf `MetricFamily` structs
to actually contain some metrics, so we need to filter out zero-length
vectors when gathering our metrics.

Fixes #17.