Skip to content

Releases: yarpc/metrics

v1.4.0

21 Jun 23:54
a740a57
Compare
Choose a tag to compare
Preparing release v1.4.0 (#40)

v1.3.1

28 Sep 06:00
aff69a6
Compare
Choose a tag to compare
  • Fix cumulative counts of histogram buckets in Prometheus metrics export.

v1.3.0

21 Jan 18:43
Compare
Choose a tag to compare
  • Migrate to Go modules.

v1.2.0

26 Sep 17:54
05a053b
Compare
Choose a tag to compare

Changed

  • Support Prometheus client 1.X.

v1.1.0

22 Mar 18:34
0327310
Compare
Choose a tag to compare
  • Update Glide constraints to allow more recent Prometheus releases.

v1.0.1

05 Jan 01:38
Compare
Choose a tag to compare
  • Updated Version constant.

v1.0.0

22 Dec 00:20
dc3dd7e
Compare
Choose a tag to compare
Add changelog entry for 1.0 (#19)

Add changelog entries for the second RC (forgot to do that before) and
the 1.0.

v1.0.0-rc2

20 Dec 18:13
f4f3938
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
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.

v1.0.0-rc1

12 Dec 00:22
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Initial public release.