fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.14.4 #39

Merged
antoine merged 1 commits from renovate/micrometer into main 2025-03-01 19:33:21 +00:00
Member

This PR contains the following updates:

Package Type Update Change
io.micrometer:micrometer-registry-prometheus compile patch 1.14.2 -> 1.14.4

Release Notes

micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)

v1.14.4: 1.14.4

Compare Source

🐞 Bug Fixes

  • Log4j2Metrics does not work with multiple registries and non-root loggers #​5893
  • Fix LongTaskTimer output for LoggingMeterRegistry #​5834
  • Log4j2Metrics creates more MetricsFilter instances than needed #​5818
  • Fix unit discrepancy between Timer and FunctionTimer in LoggingMeterRegistry #​5816
  • Distribution bucket_counts sum does not equal the count #​4868

📔 Documentation

  • Remove obviated GraalVM native image compilation section from Stackdriver docs #​5819
  • Update Docs with right contract of MeterFilter #​5480

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 #​5907
  • Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 #​5869
  • Bump dropwizard-metrics from 4.2.29 to 4.2.30 #​5867
  • Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 #​5895

📝 Tasks

  • Add .kotlin to .gitignore #​5888
  • Migrate to dependabot auto-merge function #​5874

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​izeye

v1.14.3: 1.14.3

Compare Source

🐞 Bug Fixes

  • Handle RuntimeException when getting/setting JMS headers #​5746
  • NPE occurs when AOP is applied to a method that returns CompletableFuture #​5741
  • Performance regression in MeterRegistry#remove with many meters #​5466
  • Exponential histogram throws ArrayIndexOutOfBoundsException #​5740

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.2 to 1.8.3 #​5799
  • Bump software.amazon.awssdk:cloudwatch from 2.29.23 to 2.29.46 #​5795
  • Bump io.prometheus:prometheus-metrics-bom from 1.3.4 to 1.3.5 #​5783

📔 Documentation

  • Polish gh-5751 #​5760
  • Improve docs for same name with different tags #​5751
  • Document no support for meta-annotations with @Timed/@Counted #​5737
  • Remove outdated warnings in docs for @Counted/@Timed #​5736

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​cfredri4 and @​izeye


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | compile | patch | `1.14.2` -> `1.14.4` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.14.4`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.14.4): 1.14.4 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.14.3...v1.14.4) #### :lady_beetle: Bug Fixes - Log4j2Metrics does not work with multiple registries and non-root loggers [#&#8203;5893](https://github.com/micrometer-metrics/micrometer/issues/5893) - Fix LongTaskTimer output for LoggingMeterRegistry [#&#8203;5834](https://github.com/micrometer-metrics/micrometer/issues/5834) - `Log4j2Metrics` creates more `MetricsFilter` instances than needed [#&#8203;5818](https://github.com/micrometer-metrics/micrometer/pull/5818) - Fix unit discrepancy between Timer and FunctionTimer in LoggingMeterRegistry [#&#8203;5816](https://github.com/micrometer-metrics/micrometer/issues/5816) - Distribution bucket_counts sum does not equal the count [#&#8203;4868](https://github.com/micrometer-metrics/micrometer/issues/4868) #### :notebook_with_decorative_cover: Documentation - Remove obviated GraalVM native image compilation section from Stackdriver docs [#&#8203;5819](https://github.com/micrometer-metrics/micrometer/issues/5819) - Update Docs with right contract of MeterFilter [#&#8203;5480](https://github.com/micrometer-metrics/micrometer/issues/5480) #### :hammer: Dependency Upgrades - Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 [#&#8203;5907](https://github.com/micrometer-metrics/micrometer/pull/5907) - Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 [#&#8203;5869](https://github.com/micrometer-metrics/micrometer/pull/5869) - Bump dropwizard-metrics from 4.2.29 to 4.2.30 [#&#8203;5867](https://github.com/micrometer-metrics/micrometer/pull/5867) - Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 [#&#8203;5895](https://github.com/micrometer-metrics/micrometer/pull/5895) #### :memo: Tasks - Add .kotlin to .gitignore [#&#8203;5888](https://github.com/micrometer-metrics/micrometer/issues/5888) - Migrate to dependabot auto-merge function [#&#8203;5874](https://github.com/micrometer-metrics/micrometer/issues/5874) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye) ### [`v1.14.3`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.14.3): 1.14.3 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.14.2...v1.14.3) #### :lady_beetle: Bug Fixes - Handle RuntimeException when getting/setting JMS headers [#&#8203;5746](https://github.com/micrometer-metrics/micrometer/pull/5746) - NPE occurs when AOP is applied to a method that returns CompletableFuture [#&#8203;5741](https://github.com/micrometer-metrics/micrometer/issues/5741) - Performance regression in `MeterRegistry#remove` with many meters [#&#8203;5466](https://github.com/micrometer-metrics/micrometer/issues/5466) - Exponential histogram throws ArrayIndexOutOfBoundsException [#&#8203;5740](https://github.com/micrometer-metrics/micrometer/issues/5740) #### :hammer: Dependency Upgrades - Bump com.netflix.spectator:spectator-reg-atlas from 1.8.2 to 1.8.3 [#&#8203;5799](https://github.com/micrometer-metrics/micrometer/pull/5799) - Bump software.amazon.awssdk:cloudwatch from 2.29.23 to 2.29.46 [#&#8203;5795](https://github.com/micrometer-metrics/micrometer/pull/5795) - Bump io.prometheus:prometheus-metrics-bom from 1.3.4 to 1.3.5 [#&#8203;5783](https://github.com/micrometer-metrics/micrometer/pull/5783) #### :notebook_with_decorative_cover: Documentation - Polish [gh-5751](https://github.com/micrometer-metrics/micrometer/issues/5751) [#&#8203;5760](https://github.com/micrometer-metrics/micrometer/pull/5760) - Improve docs for same name with different tags [#&#8203;5751](https://github.com/micrometer-metrics/micrometer/pull/5751) - Document no support for meta-annotations with `@Timed`/`@Counted` [#&#8203;5737](https://github.com/micrometer-metrics/micrometer/pull/5737) - Remove outdated warnings in docs for `@Counted`/`@Timed` [#&#8203;5736](https://github.com/micrometer-metrics/micrometer/pull/5736) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;cfredri4](https://github.com/cfredri4) and [@&#8203;izeye](https://github.com/izeye) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuODIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-01-14 00:10:01 +00:00
renovate-bot force-pushed renovate/micrometer from 87b773b672 to f9918d2261 2025-02-11 00:07:53 +00:00 Compare
renovate-bot changed title from fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.14.3 to fix(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.14.4 2025-02-11 00:07:56 +00:00
antoine force-pushed renovate/micrometer from f9918d2261 to 914a65c3a5 2025-03-01 19:33:09 +00:00 Compare
antoine merged commit 914a65c3a5 into main 2025-03-01 19:33:21 +00:00
antoine deleted branch renovate/micrometer 2025-03-01 19:33:21 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: java/java-template#39
No description provided.