Releases: micrometer-metrics/micrometer
1.14.1
📔 Documentation
- Gauges may be silently ignored when MeterFilters drop or transform tags #5616
🔨 Dependency Upgrades
- Bump com.netflix.spectator:spectator-reg-atlas from 1.8.1 to 1.8.2 #5685
- Bump software.amazon.awssdk:cloudwatch from 2.29.7 to 2.29.14 #5669
- Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 #5660
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.13.8
📔 Documentation
- Gauges may be silently ignored when MeterFilters drop or transform tags #5616
🔨 Dependency Upgrades
- Bump shaded netty to 4.1.115.Final in micrometer-registry-statsd to address CVE-2024-47535 #5660
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.12.13
1.14.0
Micrometer 1.14.0 is the GA version of a new feature release. See our support policy for support timelines.
Below are the combined release notes of all the pre-release milestones and release candidate preceding this GA release.
⚠️ Noteworthy
- Support ExponentialHistogram in OTLP #3861
- Virtual thread metrics #3956
- Validate expected Observation API call ordering on TestObservationRegistry #5239
⭐ New Features / Enhancements
- Expose TestObservationRegistry as an AssertJ AssertProvider #5551
- Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #5550
- Replace
@Nonnull
(when = When.MAYBE) with@CheckForNull
in@Nullable
#5485 - Warn about Prometheus meter registration failure #5228
- Improve performance of merging two
Tags
/KeyValues
instances #5140 - Allow user-provided custom scheduler for periodically binding KafkaMetrics #4976
- Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #4028
- Virtual thread metrics #3956
- Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #2461
- Configurable _source.enabled Elastic mapping property #1629
- Skip registering Caffeine meters when statistics are not enabled #5409
- Log a warning when instrumenting a cache that is not recording stats in CaffeineCacheMetrics #5402
- MultiGauge.register should accept more types #5390
- Metrics not collected after ExecutorService recreation #5366
- Add "cancelled" information to the GrpcServerObservationContext #5301
- process_start_time_seconds HELP description inconsistency between Prometheus and micrometer #5290
- Add history-tracking to ObservationValidator #5370
- [dynatrace/v2] reduce log verbosity #5306
- Validate expected Observation API call ordering on TestObservationRegistry #5239
- Add JvmThreadDeadlockMetrics #5222
- Allow multiple MeterTag annotations for multiple tags from same target #4081
- Support ExponentialHistogram in OTLP #3861
- Expose ForkJoinPool parallelism and pool size metrics #5236
- Allow custom ThreadFactory for OtlpMeterRegistry #5153
- Do not register GC metrics when GC notifications are unavailable #5149
- Cancelled status code not reported in the gRPC server metrics #5109
- Add counter of failed attempts to retrieve a connection from the pool #5057
- Add Support for
@MeterTag
to@Counted
#4725 - Compile-time weaving support for aspects #1149
- Service level objectives support on
@Timed
annotation #5145
📔 Documentation
- Add docs for ObservationValidator #5387
- Add docs for multiple MeterTag annotations #5641
- Add docs for
@MeterTag
for@Counted
#5640 - Add docs for JvmThreadDeadlockMetrics #5614
- Add docs for ForkJoinPool parallelism and pool size metrics #5611
- Add docs for VirtualThreadMetrics #5610
🔨 Dependency Upgrades
- Bump io.prometheus:prometheus-metrics-bom to 1.3.3 #5649
- Bump software.amazon.awssdk:cloudwatch to 2.29.7 #5645
- Bump com.google.cloud:libraries-bom to 26.50.0 #5638
- Bump com.signalfx.public:signalfx-java to 1.0.47 #5635
- Bump com.google.auth:google-auth-library-oauth2-http to 1.29.0 #5634
- Bump software.amazon.awssdk:cloudwatch to 2.29.6 #5631
- Bump com.netflix.spectator:spectator-reg-atlas to 1.8.1 #5630
- Bump com.google.cloud:google-cloud-monitoring to 3.54.0 #5628
- Bump dropwizard-metrics to 4.2.28 #5569
- Bump io.opentelemetry.proto:opentelemetry-proto to 1.3.2-alpha #5268
- Bump org.hdrhistogram:HdrHistogram to 2.2.2 #5171
❤️ Contributors
Thank you to all the contributors who worked on this release:
@codesimplicity, @genuss, @izeye, @mihalyr, @lcavadas, @filiphr, @sean-heller, @vasiliy-sarzhynskyi, @ArtyomGabeev, @kinddevil, @mstyura, @madhead, @pirgeo, @rkurniawati, @lenin-jaganathan, @smaxx
1.13.7
🐞 Bug Fixes
- Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName() #5604
📔 Documentation
- Add documentation for
@Counted
#5613
🔨 Dependency Upgrades
- Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 #5623
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.17.3 #5622
📝 Tasks
- Enable japicmp task for micrometer-registry-statsd #5612
- Improve UCUM time unit mapping for Dynatrace #5594
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.12.12
🐞 Bug Fixes
- Native Image Hazelcast error: java.lang.NoSuchMethodError: com.hazelcast.map.IMap.getName() #5604
📔 Documentation
- Add documentation for
@Counted
#5613
🔨 Dependency Upgrades
- Bump com.signalfx.public:signalfx-java from 1.0.46 to 1.0.47 #5621
- Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.773 to 1.12.777 #5620
📝 Tasks
- Enable japicmp task for micrometer-registry-statsd #5612
- Improve UCUM time unit mapping for Dynatrace #5594
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.14.0-RC1
This is a pre-release milestone intended for early testing. See https://github.com/micrometer-metrics/micrometer?tab=readme-ov-file#milestone-releases
⭐ New Features
- Expose TestObservationRegistry as an AssertJ AssertProvider #5551
- Use failure with actual and expected message to improve IDE experience for ObservationContextAssert #5550
- Replace
@Nonnull
(when = When.MAYBE) with@CheckForNull
in@Nullable
#5485 - Warn about Prometheus meter registration failure #5228
- Improve performance of merging two
Tags
/KeyValues
instances #5140 - Allow user-provided custom scheduler for periodically binding KafkaMetrics #4976
- Allow specifying the meterNameConsumer for HighCardinalityTagsDetector #4028
- Virtual thread metrics #3956
- Allow tagsBasedOnJoinPoint to override extraTags with CountedAspect #2461
- Configurable _source.enabled Elastic mapping property #1629
🐞 Bug Fixes
- Restore handling for Timed.percentiles() in TimedAspect #5475
🔨 Dependency Upgrades
- Bump com.google.cloud:google-cloud-monitoring from 3.49.0 to 3.52.0 #5513
- Bump com.google.cloud:google-cloud-monitoring from 3.52.0 to 3.53.0 #5581
- Bump com.google.cloud:libraries-bom from 26.45.0 to 26.48.0 #5563
- Bump com.google.auth:google-auth-library-oauth2-http from 1.24.1 to 1.28.0 #5558
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #5526
- Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #5510
- Bump dropwizard-metrics from 4.2.27 to 4.2.28 #5569
- Bump software.amazon.awssdk:cloudwatch from 2.27.17 to 2.28.18 #5559
- Bump software.amazon.awssdk:cloudwatch from 2.28.18 to 2.28.19 #5579
❤️ Contributors
Thank you to all the contributors who worked on this release:
@filiphr, @izeye, @sean-heller, @vasiliy-sarzhynskyi, @ArtyomGabeev, @kinddevil, and @mstyura
1.13.6
⭐ New Features / Enhancements
- Improve memory usage of StepBucketHistogram #4954
🐞 Bug Fixes
- Instrumented Java 11 HttpClient does not re-throw exceptions in sendAsync call #5136
- Map time units to UCUM format for Dynatrace #5588
- Aspects' tagsBasedOnJoinPoint may throw uncaught exception #5584
- Set user agent header in OTLP registry #5577
- MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #5575
📔 Documentation
- Remove duplicated context-propagation documentation in Micrometer docs #5549
- [OTLP Registry] Document batch size configuration #5578
🔨 Dependency Upgrades
📝 Tasks
- Bump org.junit:junit-bom from 5.10.4 to 5.10.5 #5571
- Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #5567
- Bump jersey3 from 3.0.12 to 3.0.16 #5560
- Do not include formerly removed micrometer-samples-jetty12 subproject #5554
- Bump spring from 5.3.37 to 5.3.39 #5419
- Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #5557
- Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #5538
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #5536
- Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #5534
- Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #5533
- Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #5532
- Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #5531
- Bump junit from 5.10.3 to 5.10.4 #5530
- Bump spring from 5.3.37 to 5.3.39 #5455
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.12.11
⭐ New Features / Enhancements
- Improve memory usage of StepBucketHistogram #4954
🐞 Bug Fixes
- Map time units to UCUM format for Dynatrace #5588
- Aspects' tagsBasedOnJoinPoint may throw uncaught exception #5584
- Set user agent header in OTLP registry #5577
- MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #5575
📔 Documentation
- [OTLP Registry] Document batch size configuration #5578
🔨 Dependency Upgrades
- Bump context-propagation to 1.1.2 #5592
- Bump com.amazonaws:aws-java-sdk-cloudwatch to 1.12.773 #5572
- Bump dropwizard-metrics from 4.2.27 to 4.2.28 #5562
- Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #5539
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #5535
📝 Tasks
- Bump jersey3 from 3.0.12 to 3.0.16 #5573
- Bump me.champeau.gradle:japicmp-gradle-plugin from 0.4.3 to 0.4.4 #5568
- Bump org.junit.platform:junit-platform-launcher from 1.10.4 to 1.10.5 #5557
- Bump junit from 5.10.4 to 5.10.5 #5556
- Bump org.mongodb:mongodb-driver-sync from 4.11.3 to 4.11.4 #5538
- Bump uk.org.webcompere:system-stubs-jupiter from 2.1.6 to 2.1.7 #5536
- Bump io.netty:netty-bom from 4.1.112.Final to 4.1.114.Final #5534
- Bump io.spring.develocity.conventions from 0.0.20 to 0.0.22 #5533
- Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.10.4 #5532
- Bump jetty9 from 9.4.55.v20240627 to 9.4.56.v20240826 #5531
- Bump junit from 5.10.3 to 5.10.4 #5530
- Bump spring from 5.3.37 to 5.3.39 #5455
❤️ Contributors
Thank you to all the contributors who worked on this release:
1.13.5
🐞 Bug Fixes
- ConcurrentModificationException when late meter filters are added #5489
🔨 Dependency Upgrades
- Bump com.signalfx.public:signalfx-java from 1.0.45 to 1.0.46 #5506
- Bump com.netflix.spectator:spectator-reg-atlas from 1.7.19 to 1.7.21 #5505
Tasks
- Use Prometheus BOMs for dependency management #5468
❤️ Contributors
Thank you to all the contributors who worked on this release:
@mabartos, @emmanuel-ferdman, and @izeye