Skip to content

Releases: digipost/digipost-micrometer-prometheus

Rerelease patch version with new GPG signing key

11 Aug 12:34
232ba68
Compare
Choose a tag to compare

What's Changed

  • Upgrade deployment to Maven Central to use new plugin from Sonatype by @post-svejk in #37

Full Changelog: 5.0.1...5.0.2

5.0.1 - Fang alle feil i AsyncUpdater

04 Mar 15:16
4fc4737
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.0.1

5.0.0 - Separate MeterFilters from Meters

11 Jun 14:52
c62ce4a
Compare
Choose a tag to compare

Due to a recent introduced warning emitted by Micrometer, it was discovered that the ApplicationInfoMetrics does register a filter to include application="<your application name>" in all metrics. It was confirmed that this does prevent any meters registered before the filter will indeed not have the filter applied to them.

This release separates the MeterFilter intended to include the application name tag in all metrics from ApplicationInfoMetrics, and thus introduces a ⚠️breaking change⚠️ in behavior, as the filter now must be registered explicitly when creating a MeterRegistry. See the README for more information.

What's Changed

Full Changelog: 4.0.0...5.0.0

4.0.0 - Micrometer 1.13.0

04 Jun 14:22
4e36d54
Compare
Choose a tag to compare

Upgrade to Micrometer v1.13.0. micrometer-registry-prometheus changes its base package structure, and some care must be taken to use this new major release with anything else which depend on previous Micrometer versions. (e.g. Spring Boot 3.3.0 aligns its managed Micrometer version with v1.13.0, and should be good)

Library now requires Java 11.

The servlet filter ActiveRequestsFilter is migrated from javax to jakarta.

What's Changed

New Contributors

Full Changelog: 3.6.1...4.0.0

3.6.1

03 Jan 08:46
5b737e1
Compare
Choose a tag to compare

What's Changed

  • Bump ch.qos.logback:logback-classic from 1.2.9 to 1.2.13 by @dependabot in #31

Full Changelog: 3.6.0...3.6.1

3.6.0

13 Sep 13:32
5cefde7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

02 Aug 06:51
97a6948
Compare
Choose a tag to compare

Add metrics binder for X509Certificates with information on expiry.

cert_expiry is seconds until expiry
certificates_status is a gauge that can warn on EXPIRING for a given number of days.

What's Changed

Full Changelog: 3.4.0...3.5.0

Spring friendlieness

02 Aug 06:47
034f50f
Compare
Choose a tag to compare

What's Changed

  • MetricsUpdater: make it more Spring friendly by @evenh in #23

Full Changelog: 3.3.0...3.4.0

Support overriding manifest values with system properties or environment variables

22 Nov 07:56
5f13b7b
Compare
Choose a tag to compare

What's Changed

  • Support overriding of manifest values through sys. props or env. vars by @post-svejk in #22

New Contributors

Full Changelog: 3.2.0...3.3.0

Add support to exclude loggers from LogbackLoggerMetrics

03 Jun 10:56
df334a1
Compare
Choose a tag to compare
Merge pull request #21 from digipost/logback-exclude-loggername

Add support to exclude a logger from logback_logger_events-metrics