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

Merged
antoine merged 1 commits from renovate/micrometer-registry-prometheus.version into main 2024-06-23 08:49:35 +00:00
Member

This PR contains the following updates:

Package Type Update Change
io.micrometer:micrometer-registry-prometheus compile minor 1.12.5 -> 1.13.1

Release Notes

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

v1.13.1: 1.13.1

Compare Source

🔨 Dependency Upgrades

  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 #​5219
  • Bump spring-javaformat from 0.0.41 to 0.0.42 #​5218
  • Bump dropwizard-metrics from 4.2.25 to 4.2.26 #​5215
  • Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 #​5208
  • Bump software.amazon.awssdk:cloudwatch from 2.25.64 to 2.25.69 #​5202
  • Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2 #​5190
  • Bump spring from 5.3.35 to 5.3.36 #​5189
  • Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 #​5188
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 #​5186
  • Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final #​5185
  • Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 #​5183
  • Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 #​5182
  • Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 #​5121
  • Bump com.gradle.develocity from 3.17.3 to 3.17.4 #​5119
  • Bump spring from 5.3.34 to 5.3.35 #​5118

📝 Tasks

  • Update japicmp compatibleVersion to 1.12.0 for 1.13.x #​5143
  • Add 1.13.x and remove 1.11.x from dependabot config #​5094

❤️ Contributors

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

@​izeye

v1.13.0: 1.13.0

Compare Source

Micrometer 1.13.0 is the GA version of a new feature release. See our support policy for support timelines and 1.13 Migration Guide for migration details.

Please take a look at the Migration Guide if you use Prometheus since there are breaking changes in the Prometheus registry if you are using the PrometheusMeterRegistry API in your code.

Below are the combined release notes of all the pre-release milestones and release candidate preceding it.

⚠️ Noteworthy

New Features / Enhancements

  • Remove unnecessary call to getConventionName in PrometheusMeterRegistry #​4607
  • Add log for negative amount in AbstractTimer.record() #​4573
  • Add response headers and trailers to gRPC observation context #​4516
  • Don't overwrite reserved resource attributes #​4503
  • Additional support for OTLP env vars #​4500
  • Add database tag to DefaultMongoCommandTagsProvider #​4298
  • ObservationGrpcServerInterceptor does not store observation in a context #​4218
  • Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey #​4100
  • Missing option to get response headers in GrpcServerObservationConvention #​4012
  • Remove metrics when shutting down InstrumentedQueuedThreadPool #​4000
  • Support jOOQ 3.15 and later #​3828
  • Allow customizing start log message in PushMeterRegistry implementations #​4848
  • Manage context-propagation version in micrometer-bom #​4847
  • Add support for Prometheus 1.x #​4846
  • "Failed to publish metrics to OTLP receiver" error message contains no actionable context #​4829
  • Support @Counted on classes #​4746
  • Publish a separate module with jdk11 classes #​4728
  • Make JettyClientMetrics compatible with Jetty12 #​4609
  • Make it possible to disable LongtaskTimer creation in DefaultMeterObservationHandler #​4604
  • Add Meter for process CPU time #​4498
  • Make Jetty server metrics work with Jetty 12 #​4261
  • OTLPMeterRegistry should adhere to OpenTelemetry data model for producing metrics #​4053
  • Asserting Observation keys and value should offer suggestions from the other cardinality bucket. #​4046
  • Ignore class level AOP annotation if method level present #​3811
  • Remove v1 CloudWatch module #​1473
  • Log CloudWatch metric data when publishing fails #​1396
  • [Dynatrace] debug log in exporter when no meters are registered #​4951
  • Warn when a MeterFilter is configured after a meter is registered #​4917
  • Allow customizing PrometheusProperties via PrometheusConfig #​4875
  • Add Exemplars support to Prometheus 1.x #​4867
  • Sanitize metric names for the Prometheus client #​4866
  • Add constructor with logger name for WarnThenDebugLogger #​4865
  • Do not re-apply MeterFilters to IDs when registering if unnecessary #​4856
  • Announce OtlpMeterRegistry configuration found at startup #​4830
  • Record Jetty bytes in/out metrics through network listeners #​4514

🐞 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
  • JvmHeapPressureMetrics have incorrect base unit #​3236
  • GC Pause time metric includes concurrent cycle time for Generational ZGC #​4764
  • OSGi import of javax.annotation and javax.annotation.meta is incorrect #​4824
  • Use Dynatrace snapshot for LongTaskTimer #​4780
  • CloudWatchMeterRegistry logs timeout message when there was an interrupt and does not log anything when there was a timeout #​4775
  • NullPointerException in DefaultJmsProcessObservationConvention #​4966
  • OTLP Gauge datapoint timestamp should be time at sampling #​5044
  • AnnotationHandler can't see methods from parent class #​4983
  • JettyConnectionMetrics#addToAllConnectors does not configure bytes in/out metrics #​5092
  • Do not set explicit unit on Prometheus 1.x Metadata #​5038
  • MeterRegistry#removeByPreFilterId returns null when multiple pre-filter IDs map to same ID #​5035
  • Use GaugeHistogram for Prometheus LongTaskTimer #​4988

📔 Documentation

  • Document newly supported OTLP env vars #​4566
  • 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
  • Document Java HttpClient instrumentation #​4752
  • Document Jetty bytes in/out instrumentation via NetworkTrafficListener #​4981
  • Document support for Prometheus Client 1.x #​4957

🔨 Dependency Upgrades

  • Bump com.google.auth:google-auth-library-oauth2-http from 1.22.0 to 1.23.0 #​4732
  • Bump dropwizard-metrics from 4.2.23 to 4.2.25 #​4663
  • Downgrade okhttp to 4.11.0 upgrade Kotlin to 1.9 #​4597
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.715 to 1.12.720 #​5089
  • Bump software.amazon.awssdk:cloudwatch from 2.25.45 to 2.25.50 #​5084
  • Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 #​5052
  • Bump jersey2 from 2.42 to 2.43 #​5047
  • Bump com.google.cloud:libraries-bom from 26.37.0 to 26.38.0 #​5025
  • Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 #​5024
  • Bump io.opentelemetry.proto:opentelemetry-proto from 1.1.0-alpha to 1.2.0-alpha #​5021
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 #​5014
  • Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 #​5012
  • Bump com.google.cloud:google-cloud-monitoring from 3.42.0 to 3.43.0 #​5011

📝 Tasks

  • Update gRPC trailers metadata consumption by observation context #​4612
  • 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
  • Add integration tests for Prometheus #​5039

❤️ Contributors

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

@​izeye, @​MartinUhlen, @​zeitlinger, @​pirgeo, @​nathankooij, @​ttddyy, @​wakingrufus, @​climategadgets, @​monosoul, @​quaff, @​ponziani, @​simonzn, @​adpaste, @​joakime, @​lenin-jaganathan, @​cachescrubber, @​heowc, @​pichlermarc, @​tdinev, and @​MartinUhlen

v1.12.7: 1.12.7

Compare Source

🔨 Dependency Upgrades

  • Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 #​5214
  • Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 #​5213
  • Bump spring-javaformat from 0.0.41 to 0.0.42 #​5206
  • Bump dropwizard-metrics from 4.2.25 to 4.2.26 #​5204
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.734 to 1.12.739 #​5198
  • Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 #​5180
  • Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final #​5178
  • Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 #​5177
  • Bump spring from 5.3.35 to 5.3.36 #​5176
  • Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 #​5175
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 #​5174
  • Bump com.gradle.develocity from 3.17.3 to 3.17.4 #​5129
  • Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 #​5124
  • Bump spring from 5.3.34 to 5.3.35 #​5122

v1.12.6: 1.12.6

Compare Source

⚠️ Noteworthy

🐞 Bug Fixes

  • NullPointerException in DefaultJmsProcessObservationConvention #​4966
  • OTLP Gauge datapoint timestamp should be time at sampling #​5044
  • AnnotationHandler can't see methods from parent class #​4983

🔨 Dependency Upgrades

  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.696 to 1.12.720 #​5042 #​5086
  • Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 #​5005
  • Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 #​5000
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 #​4994

❤️ Contributors

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

@​izeye, @​tdinev, @​lenin-jaganathan and @​MartinUhlen


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 | minor | `1.12.5` -> `1.13.1` | --- ### Release Notes <details> <summary>micrometer-metrics/micrometer (io.micrometer:micrometer-registry-prometheus)</summary> ### [`v1.13.1`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.1): 1.13.1 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.13.0...v1.13.1) #### :hammer: Dependency Upgrades - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 [#&#8203;5219](https://github.com/micrometer-metrics/micrometer/pull/5219) - Bump spring-javaformat from 0.0.41 to 0.0.42 [#&#8203;5218](https://github.com/micrometer-metrics/micrometer/pull/5218) - Bump dropwizard-metrics from 4.2.25 to 4.2.26 [#&#8203;5215](https://github.com/micrometer-metrics/micrometer/pull/5215) - Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 [#&#8203;5208](https://github.com/micrometer-metrics/micrometer/pull/5208) - Bump software.amazon.awssdk:cloudwatch from 2.25.64 to 2.25.69 [#&#8203;5202](https://github.com/micrometer-metrics/micrometer/pull/5202) - Bump org.hdrhistogram:HdrHistogram from 2.2.1 to 2.2.2 [#&#8203;5190](https://github.com/micrometer-metrics/micrometer/pull/5190) - Bump spring from 5.3.35 to 5.3.36 [#&#8203;5189](https://github.com/micrometer-metrics/micrometer/pull/5189) - Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 [#&#8203;5188](https://github.com/micrometer-metrics/micrometer/pull/5188) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 [#&#8203;5186](https://github.com/micrometer-metrics/micrometer/pull/5186) - Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final [#&#8203;5185](https://github.com/micrometer-metrics/micrometer/pull/5185) - Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 [#&#8203;5183](https://github.com/micrometer-metrics/micrometer/pull/5183) - Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 [#&#8203;5182](https://github.com/micrometer-metrics/micrometer/pull/5182) - Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 [#&#8203;5121](https://github.com/micrometer-metrics/micrometer/pull/5121) - Bump com.gradle.develocity from 3.17.3 to 3.17.4 [#&#8203;5119](https://github.com/micrometer-metrics/micrometer/pull/5119) - Bump spring from 5.3.34 to 5.3.35 [#&#8203;5118](https://github.com/micrometer-metrics/micrometer/pull/5118) #### :memo: Tasks - Update japicmp compatibleVersion to 1.12.0 for 1.13.x [#&#8203;5143](https://github.com/micrometer-metrics/micrometer/pull/5143) - Add 1.13.x and remove 1.11.x from dependabot config [#&#8203;5094](https://github.com/micrometer-metrics/micrometer/issues/5094) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye) ### [`v1.13.0`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.13.0): 1.13.0 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.12.7...v1.13.0) Micrometer 1.13.0 is the GA version of a new feature release. See our [support policy](https://micrometer.io/support) for support timelines and [1.13 Migration Guide](https://github.com/micrometer-metrics/micrometer/wiki/1.13-Migration-Guide) for migration details. Please take a look at the [Migration Guide](https://github.com/micrometer-metrics/micrometer/wiki/1.13-Migration-Guide) if you use Prometheus since there are breaking changes in the Prometheus registry if you are using the PrometheusMeterRegistry API in your code. Below are the combined release notes of all the pre-release milestones and release candidate preceding it. #### :warning: Noteworthy - Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey [#&#8203;4100](https://github.com/micrometer-metrics/micrometer/issues/4100) - Add support for Prometheus client 1.x [#&#8203;4846](https://github.com/micrometer-metrics/micrometer/pull/4846) (please see the [Migration Guide](https://github.com/micrometer-metrics/micrometer/wiki/1.13-Migration-Guide)) - Deprecate instrumentation for Jetty 9, 10, 11 that is out of support [#&#8203;4779](https://github.com/micrometer-metrics/micrometer/issues/4779) - Deprecate Hystrix instrumentation [#&#8203;4587](https://github.com/micrometer-metrics/micrometer/issues/4587) - JvmHeapPressureMetrics have incorrect base unit [#&#8203;3236](https://github.com/micrometer-metrics/micrometer/issues/3236) - Remove v1 CloudWatch module [#&#8203;1473](https://github.com/micrometer-metrics/micrometer/issues/1473) - Make DefaultHttpClientObservationConvention#INSTANCE final [#&#8203;4770](https://github.com/micrometer-metrics/micrometer/pull/4770) - Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module https://github.com/micrometer-metrics/micrometer/issues/4968 - Remove unnecessary mockito dependency in micrometer-test [#&#8203;4963](https://github.com/micrometer-metrics/micrometer/issues/4963) #### :star: New Features / Enhancements - Remove unnecessary call to getConventionName in PrometheusMeterRegistry [#&#8203;4607](https://github.com/micrometer-metrics/micrometer/issues/4607) - Add log for negative amount in AbstractTimer.record() [#&#8203;4573](https://github.com/micrometer-metrics/micrometer/pull/4573) - Add response headers and trailers to gRPC observation context [#&#8203;4516](https://github.com/micrometer-metrics/micrometer/pull/4516) - Don't overwrite reserved resource attributes [#&#8203;4503](https://github.com/micrometer-metrics/micrometer/pull/4503) - Additional support for OTLP env vars [#&#8203;4500](https://github.com/micrometer-metrics/micrometer/pull/4500) - Add `database` tag to `DefaultMongoCommandTagsProvider` [#&#8203;4298](https://github.com/micrometer-metrics/micrometer/pull/4298) - ObservationGrpcServerInterceptor does not store observation in a context [#&#8203;4218](https://github.com/micrometer-metrics/micrometer/issues/4218) - Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey [#&#8203;4100](https://github.com/micrometer-metrics/micrometer/issues/4100) - Missing option to get response headers in GrpcServerObservationConvention [#&#8203;4012](https://github.com/micrometer-metrics/micrometer/issues/4012) - Remove metrics when shutting down InstrumentedQueuedThreadPool [#&#8203;4000](https://github.com/micrometer-metrics/micrometer/issues/4000) - Support jOOQ 3.15 and later [#&#8203;3828](https://github.com/micrometer-metrics/micrometer/issues/3828) - Allow customizing start log message in PushMeterRegistry implementations [#&#8203;4848](https://github.com/micrometer-metrics/micrometer/pull/4848) - Manage context-propagation version in micrometer-bom [#&#8203;4847](https://github.com/micrometer-metrics/micrometer/issues/4847) - Add support for Prometheus 1.x [#&#8203;4846](https://github.com/micrometer-metrics/micrometer/pull/4846) - "Failed to publish metrics to OTLP receiver" error message contains no actionable context [#&#8203;4829](https://github.com/micrometer-metrics/micrometer/pull/4829) - Support `@Counted` on classes [#&#8203;4746](https://github.com/micrometer-metrics/micrometer/issues/4746) - Publish a separate module with jdk11 classes [#&#8203;4728](https://github.com/micrometer-metrics/micrometer/pull/4728) - Make JettyClientMetrics compatible with Jetty12 [#&#8203;4609](https://github.com/micrometer-metrics/micrometer/issues/4609) - Make it possible to disable LongtaskTimer creation in DefaultMeterObservationHandler [#&#8203;4604](https://github.com/micrometer-metrics/micrometer/issues/4604) - Add Meter for process CPU time [#&#8203;4498](https://github.com/micrometer-metrics/micrometer/issues/4498) - Make Jetty server metrics work with Jetty 12 [#&#8203;4261](https://github.com/micrometer-metrics/micrometer/issues/4261) - OTLPMeterRegistry should adhere to OpenTelemetry data model for producing metrics [#&#8203;4053](https://github.com/micrometer-metrics/micrometer/issues/4053) - Asserting Observation keys and value should offer suggestions from the other cardinality bucket. [#&#8203;4046](https://github.com/micrometer-metrics/micrometer/issues/4046) - Ignore class level AOP annotation if method level present [#&#8203;3811](https://github.com/micrometer-metrics/micrometer/pull/3811) - Remove v1 CloudWatch module [#&#8203;1473](https://github.com/micrometer-metrics/micrometer/issues/1473) - Log CloudWatch metric data when publishing fails [#&#8203;1396](https://github.com/micrometer-metrics/micrometer/issues/1396) - \[Dynatrace] debug log in exporter when no meters are registered [#&#8203;4951](https://github.com/micrometer-metrics/micrometer/pull/4951) - Warn when a MeterFilter is configured after a meter is registered [#&#8203;4917](https://github.com/micrometer-metrics/micrometer/pull/4917) - Allow customizing PrometheusProperties via PrometheusConfig [#&#8203;4875](https://github.com/micrometer-metrics/micrometer/issues/4875) - Add Exemplars support to Prometheus 1.x [#&#8203;4867](https://github.com/micrometer-metrics/micrometer/pull/4867) - Sanitize metric names for the Prometheus client [#&#8203;4866](https://github.com/micrometer-metrics/micrometer/pull/4866) - Add constructor with logger name for WarnThenDebugLogger [#&#8203;4865](https://github.com/micrometer-metrics/micrometer/pull/4865) - Do not re-apply MeterFilters to IDs when registering if unnecessary [#&#8203;4856](https://github.com/micrometer-metrics/micrometer/issues/4856) - Announce OtlpMeterRegistry configuration found at startup [#&#8203;4830](https://github.com/micrometer-metrics/micrometer/pull/4830) - Record Jetty bytes in/out metrics through network listeners [#&#8203;4514](https://github.com/micrometer-metrics/micrometer/pull/4514) #### :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) - JvmHeapPressureMetrics have incorrect base unit [#&#8203;3236](https://github.com/micrometer-metrics/micrometer/issues/3236) - GC Pause time metric includes concurrent cycle time for Generational ZGC [#&#8203;4764](https://github.com/micrometer-metrics/micrometer/issues/4764) - OSGi import of javax.annotation and javax.annotation.meta is incorrect [#&#8203;4824](https://github.com/micrometer-metrics/micrometer/issues/4824) - Use Dynatrace snapshot for LongTaskTimer [#&#8203;4780](https://github.com/micrometer-metrics/micrometer/pull/4780) - CloudWatchMeterRegistry logs timeout message when there was an interrupt and does not log anything when there was a timeout [#&#8203;4775](https://github.com/micrometer-metrics/micrometer/issues/4775) - NullPointerException in DefaultJmsProcessObservationConvention [#&#8203;4966](https://github.com/micrometer-metrics/micrometer/issues/4966) - OTLP Gauge datapoint timestamp should be time at sampling [#&#8203;5044](https://github.com/micrometer-metrics/micrometer/issues/5044) - AnnotationHandler can't see methods from parent class [#&#8203;4983](https://github.com/micrometer-metrics/micrometer/issues/4983) - JettyConnectionMetrics#addToAllConnectors does not configure bytes in/out metrics [#&#8203;5092](https://github.com/micrometer-metrics/micrometer/issues/5092) - Do not set explicit unit on Prometheus 1.x Metadata [#&#8203;5038](https://github.com/micrometer-metrics/micrometer/issues/5038) - MeterRegistry#removeByPreFilterId returns null when multiple pre-filter IDs map to same ID [#&#8203;5035](https://github.com/micrometer-metrics/micrometer/issues/5035) - Use GaugeHistogram for Prometheus LongTaskTimer [#&#8203;4988](https://github.com/micrometer-metrics/micrometer/issues/4988) #### :notebook_with_decorative_cover: Documentation - Document newly supported OTLP env vars [#&#8203;4566](https://github.com/micrometer-metrics/micrometer/issues/4566) - 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) - Document Java HttpClient instrumentation [#&#8203;4752](https://github.com/micrometer-metrics/micrometer/issues/4752) - Document Jetty bytes in/out instrumentation via NetworkTrafficListener [#&#8203;4981](https://github.com/micrometer-metrics/micrometer/issues/4981) - Document support for Prometheus Client 1.x [#&#8203;4957](https://github.com/micrometer-metrics/micrometer/issues/4957) #### :hammer: Dependency Upgrades - Bump com.google.auth:google-auth-library-oauth2-http from 1.22.0 to 1.23.0 [#&#8203;4732](https://github.com/micrometer-metrics/micrometer/pull/4732) - Bump dropwizard-metrics from 4.2.23 to 4.2.25 [#&#8203;4663](https://github.com/micrometer-metrics/micrometer/pull/4663) - Downgrade okhttp to 4.11.0 upgrade Kotlin to 1.9 [#&#8203;4597](https://github.com/micrometer-metrics/micrometer/pull/4597) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.715 to 1.12.720 [#&#8203;5089](https://github.com/micrometer-metrics/micrometer/pull/5089) - Bump software.amazon.awssdk:cloudwatch from 2.25.45 to 2.25.50 [#&#8203;5084](https://github.com/micrometer-metrics/micrometer/pull/5084) - Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.1 [#&#8203;5052](https://github.com/micrometer-metrics/micrometer/pull/5052) - Bump jersey2 from 2.42 to 2.43 [#&#8203;5047](https://github.com/micrometer-metrics/micrometer/pull/5047) - Bump com.google.cloud:libraries-bom from 26.37.0 to 26.38.0 [#&#8203;5025](https://github.com/micrometer-metrics/micrometer/pull/5025) - Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 [#&#8203;5024](https://github.com/micrometer-metrics/micrometer/pull/5024) - Bump io.opentelemetry.proto:opentelemetry-proto from 1.1.0-alpha to 1.2.0-alpha [#&#8203;5021](https://github.com/micrometer-metrics/micrometer/pull/5021) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 [#&#8203;5014](https://github.com/micrometer-metrics/micrometer/pull/5014) - Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 [#&#8203;5012](https://github.com/micrometer-metrics/micrometer/pull/5012) - Bump com.google.cloud:google-cloud-monitoring from 3.42.0 to 3.43.0 [#&#8203;5011](https://github.com/micrometer-metrics/micrometer/pull/5011) #### :memo: Tasks - Update gRPC trailers metadata consumption by observation context [#&#8203;4612](https://github.com/micrometer-metrics/micrometer/pull/4612) - 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) - Add integration tests for Prometheus [#&#8203;5039](https://github.com/micrometer-metrics/micrometer/pull/5039) #### :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), [@&#8203;pirgeo](https://github.com/pirgeo), [@&#8203;nathankooij](https://github.com/nathankooij), [@&#8203;ttddyy](https://github.com/ttddyy), [@&#8203;wakingrufus](https://github.com/wakingrufus), [@&#8203;climategadgets](https://github.com/climategadgets), [@&#8203;monosoul](https://github.com/monosoul), [@&#8203;quaff](https://github.com/quaff), [@&#8203;ponziani](https://github.com/ponziani), [@&#8203;simonzn](https://github.com/simonzn), [@&#8203;adpaste](https://github.com/adpaste), [@&#8203;joakime](https://github.com/joakime), [@&#8203;lenin-jaganathan](https://github.com/lenin-jaganathan), [@&#8203;cachescrubber](https://github.com/cachescrubber), [@&#8203;heowc](https://github.com/heowc), [@&#8203;pichlermarc](https://github.com/pichlermarc), [@&#8203;tdinev](https://github.com/tdinev), and [@&#8203;MartinUhlen](https://github.com/MartinUhlen) ### [`v1.12.7`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.12.7): 1.12.7 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.12.6...v1.12.7) #### :hammer: Dependency Upgrades - Bump org.apache.felix:org.apache.felix.scr from 2.2.10 to 2.2.12 [#&#8203;5214](https://github.com/micrometer-metrics/micrometer/pull/5214) - Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.2 to 0.4.3 [#&#8203;5213](https://github.com/micrometer-metrics/micrometer/pull/5213) - Bump spring-javaformat from 0.0.41 to 0.0.42 [#&#8203;5206](https://github.com/micrometer-metrics/micrometer/pull/5206) - Bump dropwizard-metrics from 4.2.25 to 4.2.26 [#&#8203;5204](https://github.com/micrometer-metrics/micrometer/pull/5204) - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.734 to 1.12.739 [#&#8203;5198](https://github.com/micrometer-metrics/micrometer/pull/5198) - Bump org.apache.maven:maven-resolver-provider from 3.9.6 to 3.9.7 [#&#8203;5180](https://github.com/micrometer-metrics/micrometer/pull/5180) - Bump io.netty:netty-bom from 4.1.109.Final to 4.1.110.Final [#&#8203;5178](https://github.com/micrometer-metrics/micrometer/pull/5178) - Bump org.hsqldb:hsqldb from 2.7.2 to 2.7.3 [#&#8203;5177](https://github.com/micrometer-metrics/micrometer/pull/5177) - Bump spring from 5.3.35 to 5.3.36 [#&#8203;5176](https://github.com/micrometer-metrics/micrometer/pull/5176) - Bump com.signalfx.public:signalfx-java from 1.0.41 to 1.0.42 [#&#8203;5175](https://github.com/micrometer-metrics/micrometer/pull/5175) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.12 to 1.7.13 [#&#8203;5174](https://github.com/micrometer-metrics/micrometer/pull/5174) - Bump com.gradle.develocity from 3.17.3 to 3.17.4 [#&#8203;5129](https://github.com/micrometer-metrics/micrometer/pull/5129) - Bump io.projectreactor:reactor-bom from 2022.0.18 to 2022.0.19 [#&#8203;5124](https://github.com/micrometer-metrics/micrometer/pull/5124) - Bump spring from 5.3.34 to 5.3.35 [#&#8203;5122](https://github.com/micrometer-metrics/micrometer/pull/5122) ### [`v1.12.6`](https://github.com/micrometer-metrics/micrometer/releases/tag/v1.12.6): 1.12.6 [Compare Source](https://github.com/micrometer-metrics/micrometer/compare/v1.12.5...v1.12.6) #### :warning: Noteworthy - Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module https://github.com/micrometer-metrics/micrometer/issues/4968 #### :lady_beetle: Bug Fixes - NullPointerException in DefaultJmsProcessObservationConvention [#&#8203;4966](https://github.com/micrometer-metrics/micrometer/issues/4966) - OTLP Gauge datapoint timestamp should be time at sampling [#&#8203;5044](https://github.com/micrometer-metrics/micrometer/issues/5044) - AnnotationHandler can't see methods from parent class [#&#8203;4983](https://github.com/micrometer-metrics/micrometer/issues/4983) #### :hammer: Dependency Upgrades - Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.696 to 1.12.720 [#&#8203;5042](https://github.com/micrometer-metrics/micrometer/pull/5042) [#&#8203;5086](https://github.com/micrometer-metrics/micrometer/pull/5086) - Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.2.0 to 2.2.1 [#&#8203;5005](https://github.com/micrometer-metrics/micrometer/pull/5005) - Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 [#&#8203;5000](https://github.com/micrometer-metrics/micrometer/pull/5000) - Bump com.netflix.spectator:spectator-reg-atlas from 1.7.11 to 1.7.12 [#&#8203;4994](https://github.com/micrometer-metrics/micrometer/pull/4994) #### :heart: Contributors Thank you to all the contributors who worked on this release: [@&#8203;izeye](https://github.com/izeye), [@&#8203;tdinev](https://github.com/tdinev), [@&#8203;lenin-jaganathan](https://github.com/lenin-jaganathan) and [@&#8203;MartinUhlen](https://github.com/MartinUhlen) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-05-14 00:13:01 +00:00
renovate-bot changed title from chore(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.13.0 to chore(deps): update dependency io.micrometer:micrometer-registry-prometheus to v1.13.1 2024-06-11 00:23:29 +00:00
renovate-bot force-pushed renovate/micrometer-registry-prometheus.version from 56cc16224d to efc91f851f 2024-06-11 00:23:44 +00:00 Compare
antoine force-pushed renovate/micrometer-registry-prometheus.version from efc91f851f to d95c6fd18a 2024-06-23 08:49:19 +00:00 Compare
antoine merged commit d95c6fd18a into main 2024-06-23 08:49:35 +00:00
antoine deleted branch renovate/micrometer-registry-prometheus.version 2024-06-23 08:49:36 +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#18
No description provided.