Skip to content

Releases: heroku/x

Updated testmetrics's Provider and metrics from v0.0.58

15 May 17:33
Compare
Choose a tag to compare

This release has updated testmetrics's Provider and metrics from v0.0.58

Fix bug in go-kit OTEL exporter configuration

14 May 01:13
3bbb327
Compare
Choose a tag to compare

What's Changed

  • Properly construct auth header for OTEL Metric endpoints by @archa347 in #210

New Contributors

Full Changelog: v0.2.1...v0.2.2

Update Test Metrics

09 May 15:38
fbe90c5
Compare
Choose a tag to compare

We updated test metrics, which solves issues regarding CradinalityCounter for test metrics provider.

Updates to dynoid

15 Mar 17:00
4aec059
Compare
Choose a tag to compare

What's Changed

  • Add docs and middleware for dynoid by @kennyp in #204

Dependency Updates

Full Changelog: v0.1.0...v0.2.0

Makes exponential histograms the new default

09 Nov 17:57
9d25edf
Compare
Choose a tag to compare

What's Changed

  • Upgrade to latest opentelemetry-go and use exponential histograms by default by @voidlock in #201

Full Changelog: v.0.0.62...v0.1.0

Upgrade to Golang 1.21

30 Oct 16:53
0850add
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.61...v.0.0.62

Avoid panics when service.MetricsProvider is nil

03 May 17:19
9384641
Compare
Choose a tag to compare
v0.0.58

Avoid panics when service.MetricsProvider is nil

Only start l2met provider when OTEL not enabled

07 Apr 22:08
ac2660c
Compare
Choose a tag to compare
v0.0.57

Only start l2met provider if OTEL not enabled

Update dependencies, CI, remove Librato, export multi providers

04 Apr 20:25
6cc0b61
Compare
Choose a tag to compare
v0.0.56

Update dependencies, CI, remove Librato, export multi providers

Add pkg for low cardinality metrics providers

20 Oct 17:26
280e8db
Compare
Choose a tag to compare

This release adds a lowcard pkg that allows for wrapping of metrics providers.
Labels added to instruments using With() will be ignored unless explicitly marked for inclusion. Label inclusion is indicated by passing the list to NewLowCardinalityWrappedProvider() as an argument when creating the low card wrapper.