Releases: digipost/digipost-micrometer-prometheus
Rerelease patch version with new GPG signing key
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
What's Changed
- Catch all thrown stuff in AsyncUpdater by @runeflobakk in #36
Full Changelog: 5.0.0...5.0.1
5.0.0 - Separate MeterFilters from Meters
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 MeterRegistry
. See the README for more information.
What's Changed
- Separate MeterFilter from Meters by @runeflobakk in #34
Full Changelog: 4.0.0...5.0.0
4.0.0 - Micrometer 1.13.0
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
- Upgrade workflow actions and ignore .idea file by @draperunner in #32
- Upgrade all teh tihngz by @runeflobakk in #33
New Contributors
- @draperunner made their first contribution in #32
- @runeflobakk made their first contribution in #33
Full Changelog: 3.6.1...4.0.0
3.6.1
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
What's Changed
- Adds support for timing void functions by @simenstoa in #26
New Contributors
- @simenstoa made their first contribution in #26
Full Changelog: 3.5.0...3.6.0
3.5.0
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
- Add metrics for certificates in a Keystore by @eivinhb in #24
- Bump logback-core from 1.2.3 to 1.2.9 by @dependabot in #25
Full Changelog: 3.4.0...3.5.0
Spring friendlieness
What's Changed
Full Changelog: 3.3.0...3.4.0
Support overriding manifest values with system properties or environment variables
What's Changed
- Support overriding of manifest values through sys. props or env. vars by @post-svejk in #22
New Contributors
- @post-svejk made their first contribution in #22
Full Changelog: 3.2.0...3.3.0
Add support to exclude loggers from LogbackLoggerMetrics
Merge pull request #21 from digipost/logback-exclude-loggername Add support to exclude a logger from logback_logger_events-metrics