Skip to content

Releases: ringcentral/metrics-facade

v4.0

04 Jul 14:20
Compare
Choose a tag to compare

What's Changed

  • #56: Update dependencies
  • #55: Add META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports for Spring integration
  • Changed PGP signature to one using key 3CD4D40A556E353545F381111B6C59438BFA963C

v3.2

13 Jun 16:00
Compare
Choose a tag to compare

What's Changed

  • #49: Support sanitizing label names in PrometheusMetricsExporter, introduce PrometheusMetricsExporterBuilder by @devromik in #50
  • #49: get rid of locale (not needed provided names are sanitized), change prefix label_ to l_ by @devromik in #53

Full Changelog: v3.1...v3.2

v3.1

19 May 08:59
Compare
Choose a tag to compare

What's Changed

  • #44: Scale histogram: when calculating TOTAL_SUM, add up update values instead of bucket upper bounds by @devromik in #47

Full Changelog: v3.0...v3.1

v3.0

01 May 08:52
Compare
Choose a tag to compare

What's Changed

  • #22 Support annotation-based metric implementations discovery + #23 Add methods for setting metric implementation builders that take an appropriate interface as a parameter instead of a java.lang.Object by @devromik in #36
  • #15: rename MetricDimension/MetricDimensionValue to Label/LabelValue by @devromik in #41

Full Changelog: v2.1.1...v3.0

v2.1.1

17 Jan 21:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1...v2.1.1

v2.1

04 Oct 07:47
Compare
Choose a tag to compare

What's Changed

  • #5: Add support for Stopwatch.stop(MetricDimensionValues) by @devromik in #6
  • change bean name metricRegistry to mfMetricRegistry to avoid possible conflicts with 3rd-party configurations with the same name. by @kkolyan in #12
  • #14: support exporting metrics from Prometheus CollectorRegistry, add… by @devromik in #17
  • #24: fix registering var dimensions by @devromik in #25
  • Inroduce dimensions in system metrics producer by @mairovichaa in #26
  • #28: fix "le" label for Histogram, apply withoutTrailingZeros to upperBoundSecAsNumberString by @devromik in #29
  • #1: Document produced metrics by @mairovichaa in #32
  • #13: Support exporting metrics from Dropwizard MetricRegistry by @mairovichaa in #30
  • #31: sort buckets and quantiles in increasing numerical order of their label values by @devromik in #34
  • #33: support making both Prometheus.Summary and Prometheus.Histogram for com.ringcentral.platform.metrics.histogram.Histogram by @devromik in #35

New Contributors

Full Changelog: https://github.com/ringcentral/metrics-facade/commits/v2.1