Releases: ringcentral/metrics-facade
Releases · ringcentral/metrics-facade
v4.0
v3.2
v3.1
v3.0
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
v2.1
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
- @devromik made their first contribution in #6
- @kkolyan made their first contribution in #12
- @mairovichaa made their first contribution in #26
Full Changelog: https://github.com/ringcentral/metrics-facade/commits/v2.1