Skip to content

Releases: micrometer-metrics/micrometer

1.13.1

10 Jun 21:25
v1.13.1
cf9533c
Compare
Choose a tag to compare

🔨 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

1.12.7

10 Jun 21:08
v1.12.7
9f13912
Compare
Choose a tag to compare

🔨 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

1.13.0

13 May 19:37
v1.13.0
a5c1b72
Compare
Choose a tag to compare

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

  • Deprecate Jersey server instrumentation in favour of the jersey-micrometer module in Jersey #4100
  • Add support for Prometheus client 1.x #4846 (please see the Migration Guide)
  • Deprecate instrumentation for Jetty 9, 10, 11 that is out of support #4779
  • Deprecate Hystrix instrumentation #4587
  • JvmHeapPressureMetrics have incorrect base unit #3236
  • Remove v1 CloudWatch module #1473
  • Make DefaultHttpClientObservationConvention#INSTANCE final #4770
  • Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module #4968
  • Remove unnecessary mockito dependency in micrometer-test #4963

⭐ 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
  • Observat...
Read more

1.12.6

13 May 07:51
55ccf17
Compare
Choose a tag to compare

⚠️ Noteworthy

  • Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module #4968

🐞 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

1.11.12

13 May 06:12
a13a46a
Compare
Choose a tag to compare

⚠️ Noteworthy

  • Downgrade to Mockito 4 from Mockito 5 in micrometer-observation-test module #4968

🐞 Bug Fixes

  • 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 #5004 #5049 #5076
  • Bump com.signalfx.public:signalfx-java from 1.0.40 to 1.0.41 #4996

❤️ Contributors

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

@lenin-jaganathan and @MartinUhlen

1.13.0-RC1

08 Apr 17:21
73f8879
Compare
Choose a tag to compare
1.13.0-RC1 Pre-release
Pre-release

⭐ New Features

  • [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

🔨 Dependency Upgrades

  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.691 to 1.12.696 #4940
  • Bump software.amazon.awssdk:cloudwatch from 2.25.4 to 2.25.26 #4937
  • Bump com.google.cloud:google-cloud-monitoring from 3.40.0 to 3.42.0 #4933
  • Bump com.google.cloud:libraries-bom from 26.33.0 to 26.37.0 #4932
  • Bump com.signalfx.public:signalfx-java from 1.0.39 to 1.0.40 #4911

❤️ Contributors

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

@cachescrubber, @climategadgets, @heowc, @izeye, @pichlermarc, and @lenin-jaganathan

1.12.5

08 Apr 13:51
52d1d12
Compare
Choose a tag to compare

⭐ New Features

  • Deprecate DefaultUriMapper and PoolingHttpClientConnectionManagerMetricsBinder in httpcomponents #4862
  • Use same description for same meter name in Log4j2Metrics #4864

🔨 Dependency Upgrades

  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.691 to 1.12.696 #4926
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.8 to 1.7.11 #4925
  • Bump com.signalfx.public:signalfx-java from 1.0.39 to 1.0.40 #4907

❤️ Contributors

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

@izeye

1.11.11

08 Apr 12:05
f24e045
Compare
Choose a tag to compare

⭐ New Features

  • Use same description for same meter name in Log4j2Metrics #4864

🔨 Dependency Upgrades

  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.691 to 1.12.696 #4924
  • Bump com.signalfx.public:signalfx-java from 1.0.39 to 1.0.40 #4886

❤️ Contributors

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

@izeye

1.13.0-M2

11 Mar 23:08
v1.13.0-M2
54344d1
Compare
Choose a tag to compare
1.13.0-M2 Pre-release
Pre-release

⚠️ Noteworthy

  • Add support for Prometheus client 1.x #4846
  • Deprecate instrumentation for Jetty 9, 10, 11 that is out of support #4779
  • Deprecate Hystrix instrumentation #4587
  • JvmHeapPressureMetrics have incorrect base unit #3236
  • Remove v1 CloudWatch module #1473
  • Make DefaultHttpClientObservationConvention#INSTANCE final #4770

⭐ New Features / Enhancements

  • 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

🐞 Bug Fixes

  • 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

📔 Documentation

  • Document Java HttpClient instrumentation #4752

🔨 Dependency Upgrades

  • Bump com.google.cloud:google-cloud-monitoring from 3.35.0 to 3.37.0 #4841
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.655 to 1.12.674 #4835
  • Bump software.amazon.awssdk:cloudwatch from 2.23.21 to 2.25.4 #4833
  • Bump com.google.cloud:libraries-bom from 26.31.0 to 26.33.0 #4807
  • Bump com.signalfx.public:signalfx-java from 1.0.38 to 1.0.39 #4805

❤️ Contributors

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

@climategadgets, @izeye, @monosoul, @quaff, @ponziani, @simonzn, @adpaste, @pirgeo, @joakime, and @lenin-jaganathan

1.12.4

11 Mar 15:12
52075c6
Compare
Choose a tag to compare

Noteworthy

  • Make DefaultHttpClientObservationConvention#INSTANCE final #4770

🐞 Bug Fixes

  • 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

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.7 to 1.7.8 #4839
  • Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.655 to 1.12.674 #4834
  • Bump com.signalfx.public:signalfx-java from 1.0.38 to 1.0.39 #4822

📝 Tasks

  • ArchUnit 1.x is pulling in slf4j 2.x #4777
  • Replace deprecated buildDir #4771

❤️ Contributors

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

@izeye, @ponziani, @adpaste, and @pirgeo