chore(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.12.3 #9

Merged
antoine merged 1 commits from renovate/micrometer-registry-prometheus.version into main 2024-02-15 19:52:43 +00:00
Member

This PR contains the following updates:

Package Type Update Change
io.micrometer:micrometer-registry-prometheus compile patch 1.12.2 -> 1.12.3

Release Notes

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

v1.12.3: 1.12.3

Compare Source

🐞 Bug Fixes

  • com.google.cloud:libraries-bom version is not pinned #​4711
  • BOM contains reference to unpublished docs module #​4585
  • [Dynatrace] Logging verbosity: Move metadata discrepancy logging to WarnThenDebug #​4583
  • ObservationGrpcServerCallListener does not capture an uncontrolled error during the execution of the service logic #​4490
  • URL decode headers from environment variables in OtlpConfig #​4595
  • @MeterTag does not work on package private method #​4506
  • DefaultLongTaskTimer class throws an IllegalArgumentException when percentiles is empty #​4482
  • Stackdriver exception trying to publish metrics during shutdown #​4353
  • TimeWindowMax throws ArithmeticException with a rotateFrequency of 0 #​3068
  • JvmGcMetricsTest#sizeMetricsNotSetToZero is failing on CI with generational ZGC #​4497
  • Bug: DropwizardMeterRegistry does not remove Gauges created by LongTaskTimer #​2924

📔 Documentation

  • Observation API bird's eye view #​4726
  • Replace full urls to xref wherever it is possible #​4714
  • Update docs with changes from old docs site #​4611
  • Reference doc update for tomcat #​4599
  • Reference doc update for system #​4598
  • Reference doc update for mongodb #​4594
  • Reference doc update for logging #​4593
  • Reference doc update for Kafka #​4592
  • Reference doc update for OkHttp #​4586
  • Added Jetty reference doc #​4584
  • HttpClient reference documentation #​4579
  • gRPC reference documentation #​4575
  • Database reference documentation #​4574
  • Added examples of Apache Commons Pool #​4570
  • Added examples of cache usage #​4569
  • Clarify time window length in documentation #​4625

🔨 Dependency Upgrades

  • Use latest release (1.1.1) of context-propagation #​4745
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.651 to 1.12.655 #​4742
  • Bump testcontainers from 1.19.4 to 1.19.5 #​4734
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.650 to 1.12.651 #​4722
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.4 to 1.7.7 #​4721
  • Bump dynatrace-metric-utils-java to 2.2.0 #​4713
  • Bump com.diffplug.spotless:spotless-plugin-gradle to 6.25.0 #​4706
  • Bump io.spring.ge.conventions from 0.0.14 to 0.0.15 #​4690
  • Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 #​4689
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.649 to 1.12.650 #​4688
  • Bump com.gradle.enterprise from 3.16.1 to 3.16.2 #​4673
  • Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.97 to 8.5.98 #​4672
  • Bump io.netty:netty-bom from 4.1.104.Final to 4.1.106.Final #​4668
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.629 to 1.12.649 #​4667
  • Bump dropwizard-metrics from 4.2.23 to 4.2.25 #​4665
  • Bump io.projectreactor:reactor-bom from 2022.0.14 to 2022.0.15 #​4662
  • Bump org.apache.felix:org.apache.felix.scr from 2.2.6 to 2.2.10 #​4661
  • Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6 #​4658
  • Bump spring-javaformat from 0.0.40 to 0.0.41 #​4657
  • Bump testcontainers from 1.19.3 to 1.19.4 #​4656
  • Update dynatrace-metric-utils-java to 2.1.0 #​4565

📝 Tasks

  • Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 #​4738
  • Bump junit from 5.10.1 to 5.10.2 #​4737
  • Remove usage of deprecated deploy step in CircleCI config #​4562
  • Upgrade to logback-classic 1.4.14 #​4712
  • Upgrade CI machine image to ubuntu-2204:2024.01.1 #​4631
  • Upgrade CI image JDK to 8.0.402, 11.0.22, 17.0.10, 21.0.2 #​4630
  • Add sample for MultiGauge #​4618
  • Enable whenConnectionCheckedInAfterPoolClose_thenNoExceptionThrown() #​4603
  • Clarify complete expiry of distribution statistics in Javadoc #​4581
  • Remove JDK 19-specific tests in TagsTest #​4512
  • Use LongAdder in CumulativeTimer and CumulativeDistributionSummary #​4496

❤️ Contributors

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

@​izeye, @​MartinUhlen, @​zeitlinger, and @​pirgeo


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.12.2` -> `1.12.3` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.12.3`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.12.3): 1.12.3 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.12.2...v1.12.3) #### :lady_beetle: Bug Fixes - com.google.cloud:libraries-bom version is not pinned [#&#8203;4711](https://github.com/micrometer-metrics/micrometer/issues/4711) - BOM contains reference to unpublished docs module [#&#8203;4585](https://github.com/micrometer-metrics/micrometer/issues/4585) - \[Dynatrace] Logging verbosity: Move metadata discrepancy logging to WarnThenDebug [#&#8203;4583](https://github.com/micrometer-metrics/micrometer/pull/4583) - ObservationGrpcServerCallListener does not capture an uncontrolled error during the execution of the service logic [#&#8203;4490](https://github.com/micrometer-metrics/micrometer/issues/4490) - URL decode headers from environment variables in OtlpConfig [#&#8203;4595](https://github.com/micrometer-metrics/micrometer/pull/4595) - `@MeterTag` does not work on package private method [#&#8203;4506](https://github.com/micrometer-metrics/micrometer/pull/4506) - DefaultLongTaskTimer class throws an IllegalArgumentException when percentiles is empty [#&#8203;4482](https://github.com/micrometer-metrics/micrometer/issues/4482) - Stackdriver exception trying to publish metrics during shutdown [#&#8203;4353](https://github.com/micrometer-metrics/micrometer/issues/4353) - `TimeWindowMax` throws `ArithmeticException` with a rotateFrequency of 0 [#&#8203;3068](https://github.com/micrometer-metrics/micrometer/issues/3068) - JvmGcMetricsTest#sizeMetricsNotSetToZero is failing on CI with generational ZGC [#&#8203;4497](https://github.com/micrometer-metrics/micrometer/issues/4497) - Bug: DropwizardMeterRegistry does not remove Gauges created by LongTaskTimer [#&#8203;2924](https://github.com/micrometer-metrics/micrometer/issues/2924) #### :notebook_with_decorative_cover: Documentation - Observation API bird's eye view [#&#8203;4726](https://github.com/micrometer-metrics/micrometer/issues/4726) - Replace full urls to xref wherever it is possible [#&#8203;4714](https://github.com/micrometer-metrics/micrometer/issues/4714) - Update docs with changes from old docs site [#&#8203;4611](https://github.com/micrometer-metrics/micrometer/issues/4611) - Reference doc update for tomcat [#&#8203;4599](https://github.com/micrometer-metrics/micrometer/pull/4599) - Reference doc update for system [#&#8203;4598](https://github.com/micrometer-metrics/micrometer/pull/4598) - Reference doc update for mongodb [#&#8203;4594](https://github.com/micrometer-metrics/micrometer/pull/4594) - Reference doc update for logging [#&#8203;4593](https://github.com/micrometer-metrics/micrometer/pull/4593) - Reference doc update for Kafka [#&#8203;4592](https://github.com/micrometer-metrics/micrometer/pull/4592) - Reference doc update for OkHttp [#&#8203;4586](https://github.com/micrometer-metrics/micrometer/pull/4586) - Added Jetty reference doc [#&#8203;4584](https://github.com/micrometer-metrics/micrometer/pull/4584) - HttpClient reference documentation [#&#8203;4579](https://github.com/micrometer-metrics/micrometer/pull/4579) - gRPC reference documentation [#&#8203;4575](https://github.com/micrometer-metrics/micrometer/pull/4575) - Database reference documentation [#&#8203;4574](https://github.com/micrometer-metrics/micrometer/pull/4574) - Added examples of Apache Commons Pool [#&#8203;4570](https://github.com/micrometer-metrics/micrometer/pull/4570) - Added examples of cache usage [#&#8203;4569](https://github.com/micrometer-metrics/micrometer/pull/4569) - Clarify time window length in documentation [#&#8203;4625](https://github.com/micrometer-metrics/micrometer/issues/4625) #### :hammer: Dependency Upgrades - Use latest release (1.1.1) of context-propagation [#&#8203;4745](https://github.com/micrometer-metrics/micrometer/issues/4745) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.651 to 1.12.655 [#&#8203;4742](https://github.com/micrometer-metrics/micrometer/pull/4742) - Bump testcontainers from 1.19.4 to 1.19.5 [#&#8203;4734](https://github.com/micrometer-metrics/micrometer/pull/4734) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.650 to 1.12.651 [#&#8203;4722](https://github.com/micrometer-metrics/micrometer/pull/4722) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.4 to 1.7.7 [#&#8203;4721](https://github.com/micrometer-metrics/micrometer/pull/4721) - Bump dynatrace-metric-utils-java to 2.2.0 [#&#8203;4713](https://github.com/micrometer-metrics/micrometer/pull/4713) - Bump com.diffplug.spotless:spotless-plugin-gradle to 6.25.0 [#&#8203;4706](https://github.com/micrometer-metrics/micrometer/issues/4706) - Bump io.spring.ge.conventions from 0.0.14 to 0.0.15 [#&#8203;4690](https://github.com/micrometer-metrics/micrometer/issues/4690) - Bump org.gradle.toolchains.foojay-resolver-convention from 0.7.0 to 0.8.0 [#&#8203;4689](https://github.com/micrometer-metrics/micrometer/issues/4689) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.649 to 1.12.650 [#&#8203;4688](https://github.com/micrometer-metrics/micrometer/pull/4688) - Bump com.gradle.enterprise from 3.16.1 to 3.16.2 [#&#8203;4673](https://github.com/micrometer-metrics/micrometer/pull/4673) - Bump org.apache.tomcat.embed:tomcat-embed-core from 8.5.97 to 8.5.98 [#&#8203;4672](https://github.com/micrometer-metrics/micrometer/pull/4672) - Bump io.netty:netty-bom from 4.1.104.Final to 4.1.106.Final [#&#8203;4668](https://github.com/micrometer-metrics/micrometer/pull/4668) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.629 to 1.12.649 [#&#8203;4667](https://github.com/micrometer-metrics/micrometer/pull/4667) - Bump dropwizard-metrics from 4.2.23 to 4.2.25 [#&#8203;4665](https://github.com/micrometer-metrics/micrometer/pull/4665) - Bump io.projectreactor:reactor-bom from 2022.0.14 to 2022.0.15 [#&#8203;4662](https://github.com/micrometer-metrics/micrometer/pull/4662) - Bump org.apache.felix:org.apache.felix.scr from 2.2.6 to 2.2.10 [#&#8203;4661](https://github.com/micrometer-metrics/micrometer/pull/4661) - Bump uk.org.webcompere:system-stubs-jupiter from 2.1.5 to 2.1.6 [#&#8203;4658](https://github.com/micrometer-metrics/micrometer/pull/4658) - Bump spring-javaformat from 0.0.40 to 0.0.41 [#&#8203;4657](https://github.com/micrometer-metrics/micrometer/pull/4657) - Bump testcontainers from 1.19.3 to 1.19.4 [#&#8203;4656](https://github.com/micrometer-metrics/micrometer/pull/4656) - Update dynatrace-metric-utils-java to 2.1.0 [#&#8203;4565](https://github.com/micrometer-metrics/micrometer/pull/4565) #### :memo: Tasks - Bump org.junit.platform:junit-platform-launcher from 1.10.1 to 1.10.2 [#&#8203;4738](https://github.com/micrometer-metrics/micrometer/pull/4738) - Bump junit from 5.10.1 to 5.10.2 [#&#8203;4737](https://github.com/micrometer-metrics/micrometer/pull/4737) - Remove usage of deprecated deploy step in CircleCI config [#&#8203;4562](https://github.com/micrometer-metrics/micrometer/issues/4562) - Upgrade to logback-classic 1.4.14 [#&#8203;4712](https://github.com/micrometer-metrics/micrometer/issues/4712) - Upgrade CI machine image to ubuntu-2204:2024.01.1 [#&#8203;4631](https://github.com/micrometer-metrics/micrometer/issues/4631) - Upgrade CI image JDK to 8.0.402, 11.0.22, 17.0.10, 21.0.2 [#&#8203;4630](https://github.com/micrometer-metrics/micrometer/issues/4630) - Add sample for MultiGauge [#&#8203;4618](https://github.com/micrometer-metrics/micrometer/pull/4618) - Enable whenConnectionCheckedInAfterPoolClose_thenNoExceptionThrown() [#&#8203;4603](https://github.com/micrometer-metrics/micrometer/pull/4603) - Clarify complete expiry of distribution statistics in Javadoc [#&#8203;4581](https://github.com/micrometer-metrics/micrometer/pull/4581) - Remove JDK 19-specific tests in TagsTest [#&#8203;4512](https://github.com/micrometer-metrics/micrometer/pull/4512) - Use LongAdder in CumulativeTimer and CumulativeDistributionSummary [#&#8203;4496](https://github.com/micrometer-metrics/micrometer/pull/4496) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye), [@&#8203;MartinUhlen](https://github.com/MartinUhlen), [@&#8203;zeitlinger](https://github.com/zeitlinger), and [@&#8203;pirgeo](https://github.com/pirgeo) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODEuOCIsInVwZGF0ZWRJblZlciI6IjM3LjE4MS44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
renovate-bot added 1 commit 2024-02-13 22:32:18 +00:00
antoine merged commit c09489f671 into main 2024-02-15 19:52:43 +00:00
antoine deleted branch renovate/micrometer-registry-prometheus.version 2024-02-15 19:52:48 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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