Skip to content

Releases: micrometer-metrics/micrometer

1.9.12

12 Jun 13:37
0ee7797
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Improper varargs check in KeyValues and Tags #3851

🔨 Dependency Upgrades

  • Upgrade to Spring Boot 2.7.12 #3898
  • Upgrade to Spring Javaformat 0.0.39 #3897
  • Upgrade to Testcontainers 1.18.3 #3896
  • Upgrade to SignalFx 1.0.32 #3895
  • Upgrade to Dropwizard Metrics 4.2.19 #3894
  • Upgrade to AWS SDK 1.12.485 #3893
  • Upgrade to Reactor Netty 1.0.32 and Netty 4.1.93 #3892
  • Bump com.gradle.enterprise from 3.13.2 to 3.13.3 #3862
  • Bump com.gradle.enterprise from 3.13.1 to 3.13.2 #3842

1.9.11

09 May 01:41
83ecee4
Compare
Choose a tag to compare

⭐ New Features / Enhancements

  • Reduces overall memory allocation in DynatraceExporterV2 while exporting #3766

🐞 Bug Fixes

  • Backport fix for partial step values on closing publish #3759

🔨 Dependency Upgrades

  • Upgrade to Testcontainers 1.18.0 #3818
  • Upgrade to JUnit 5.9.3 #3817
  • Upgrade to Dropwizard Metrics 4.2.18 #3816
  • Upgrade to AWS SDK 1.12.463 #3815
  • Upgrade to Logback 1.2.12 #3814
  • Upgrade to Reactor 3.4.29, Reactor Netty 1.0.31, and Netty 4.1.92 #3813

📝 Tasks

  • Reduce Regex object creation in SignalFx Naming Convention #3747
  • Add time units to OTel integration tests #3796
  • Upgrade to Gradle Wrapper 8.1.1 #3784

❤️ Contributors

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

@belks, @izeye, and @lenin-jaganathan

1.11.0

09 May 02:16
5cbfea9
Compare
Choose a tag to compare

⭐ New Features

  • Avoid global publishing alignment in OTLP registry #3794
  • Avoid needing compiler parameter metadata in CountedAspect #3780
  • Reduces overall memory allocation in DynatraceExporterV2 while exporting #3766
  • Consistently add outcome tag to all HTTP client instrumentation #3729
  • Migrate from Application Insights instrumentation keys to connection strings #3710
  • Add supplier variant for Observation.Context.getOrDefault() #3708
  • Allow custom sink for LoggingMeterRegistry #3685
  • Make cumulative count computations in takeCountSnapshot more efficient #3581
  • Configurable aggregation temporality for OTLP registry #3145
  • @Timed annotation with dynamic tags derived from input arguments and/or output #1732
  • Metrics support for Netty allocators and event executors #522
  • Adds hasAnObservation assertion that allows doing arbitrary assertions + clear method #3679
  • Add GC name to gc pause metric #3670
  • Add metrics for the total number of application threads started in the JVM #3562
  • Jetty Client instrumentation with Observation API #3416
  • Add support for using new Elasticsearch \_index\_template endpoint for creating index templates. #3320
  • OSGi enabled micrometer jars so that they can be deployed as OSGi bundles #3149
  • Publish partial step values on application shutdown for step meters #1882
  • OTLP registry custom header support #3546
  • Add method Observation.observe(Function<C extends Observation.Context, T> function) #3537
  • Add support for Azul Prime's (Zing) C4 (GPGC) #2982
  • Apache HttpClient 5.x support #2513
  • Use Meter.Id for logging in DynatraceExporterV2 #3616

🐞 Bug Fixes

  • Set current scope on ObservationRegistry when Scope#makeCurrent is called #3808
  • Enclosing scope not being popped #3787
  • MicrometerHttpClientInterceptor has no outcome Tag #3790
  • OTLP registry publishes incorrect delta values on close #3773
  • OTLP delta histogram bucket counts are not aligned to the time window #3772
  • Max does not follow the specification for OTLP delta histogram #3771
  • StepMeterRegistry closed near a step boundary may lose data #3720
  • PushMeterRegistry scheduled publish can collide with publish on close #3711
  • Avoid global publishing alignment #2818

📝 Tasks

  • Reduce Regex object creation in SignalFx Naming Convention #3747
  • Improve StepBucketHistogram #3793
  • Polish MeterTag changes #3769
  • Add time units to OTel integration tests #3796
  • Upgrade to Gradle Wrapper 8.1.1 #3784

❤️ Contributors

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

@asasas234, @lenin-jaganathan, @cbismuth, @kubamarchwicki, @ThePumpingLemma, @izeye, @jprinet, @pirgeo, @mborgraeve, @taer, @belks, and @ttddyy

1.10.7

09 May 01:55
5467726
Compare
Choose a tag to compare

⭐ New Features / Enhancements

  • Avoid needing compiler parameter metadata in CountedAspect #3780
  • Reduces overall memory allocation in DynatraceExporterV2 while exporting #3766

🐞 Bug Fixes

  • Set current scope on ObservationRegistry when Scope#makeCurrent is called #3808
  • Enclosing scope not being popped #3787
  • Backport fix for partial step values on closing publish #3759

🔨 Dependency Upgrades

  • Upgrade to Testcontainers 1.18.0 #3818
  • Upgrade to Dropwizard Metrics 4.2.18 #3816
  • Upgrade to AWS SDK 1.12.463 #3815
  • Upgrade to Logback 1.2.12 #3814
  • Upgrade to Reactor 3.4.29, Reactor Netty 1.0.31, and Netty 4.1.92 #3813

📝 Tasks

  • Reduce Regex object creation in SignalFx Naming Convention #3747
  • Add time units to OTel integration tests #3796
  • Upgrade to Gradle Wrapper 8.1.1 #3784

❤️ Contributors

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

@belks, @izeye, @ttddyy, and @lenin-jaganathan

1.11.0-RC1

11 Apr 05:01
2650ca4
Compare
Choose a tag to compare
1.11.0-RC1 Pre-release
Pre-release

This is a preview release for the upcoming 1.11.0 GA release. It is intended for testing purposes to receive early feedback on features and changes prior to GA.

⭐ New Features

  • Consistently add outcome tag to HTTP client instrumentation #3729
  • Migrate from Application Insights instrumentation keys to connection strings #3710
  • Add supplier variant for Observation.Context.getOrDefault() #3708
  • Allow custom sink for LoggingMeterRegistry #3685
  • Make cumulative count computations in takeCountSnapshot more efficient #3581
  • Configurable aggregation temporality for OTLP registry #3145
  • @Timed annotation with dynamic tags derived from input arguments and/or output #1732
  • Metrics support for Netty allocators and event executors #522

🐞 Bug Fixes

  • StepMeterRegistry closed near a step boundary may lose data #3720
  • PushMeterRegistry scheduled publish can collide with publish on close #3711
  • Avoid global publishing alignment #2818

❤️ Contributors

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

@lenin-jaganathan, @cbismuth, @kubamarchwicki, @ThePumpingLemma, @izeye, @jprinet, and @mborgraeve

1.10.6

10 Apr 12:36
d577e14
Compare
Choose a tag to compare

🐞 Bug Fixes

  • -SNAPSHOT Dependency in POM Causes Build Issues #3738
  • Improves the ThreadLocalAccessor story of continuing scopes #3731
  • [Dynatrace v2] Switch to primitive types and ensure synchronization #3741
  • PushMeterRegistry will publish multiple times if closed multiple times #3712

🔨 Dependency Upgrades

  • Upgrade to google-auth-library-oauth2-http 1.12.2 #3757
  • Upgrade to reactor-bom 2020.0.30 and netty 4.1.91 #3756
  • Upgrade signalfx-java to 1.0.30 #3755
  • Upgrade metrics-jmx to 4.2.18 #3754
  • Upgrade metrics-graphite to 4.2.18 #3753
  • Upgrade aws-java-sdk-cloudwatch to 1.12.445 #3752
  • Bump com.gradle.enterprise from 3.12.5 to 3.12.6 #3719

❤️ Contributors

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

@izeye, @pirgeo, and @yuzawa-san

1.9.10

10 Apr 12:25
14263db
Compare
Choose a tag to compare

🐞 Bug Fixes

  • [Dynatrace v2] Switch to primitive types and ensure synchronization #3741
  • PushMeterRegistry will publish multiple times if closed multiple times #3712

🔨 Dependency Upgrades

  • Upgrade to reactor-bom 2020.0.30 and netty 4.1.91 #3756
  • Upgrade signalfx-java to 1.0.30 #3755
  • Upgrade metrics-jmx to 4.2.18 #3754
  • Upgrade metrics-graphite to 4.2.18 #3753
  • Upgrade aws-java-sdk-cloudwatch to 1.12.445 #3752
  • Bump com.gradle.enterprise from 3.12.5 to 3.12.6 #3719

❤️ Contributors

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

@izeye and @pirgeo

1.11.0-M2

14 Mar 05:06
3e50385
Compare
Choose a tag to compare
1.11.0-M2 Pre-release
Pre-release

⭐ New Features

  • Adds hasAnObservation assertion that allows doing arbitrary assertions + clear method #3679
  • Add GC name to gc pause metric #3670
  • Add metrics for the total number of application threads started in the JVM #3562
  • Jetty Client instrumentation with Observation API #3416
  • Add support for using new Elasticsearch \_index\_template endpoint for creating index templates. #3320
  • OSGi enabled micrometer jars so that they can be deployed as OSGi bundles #3149
  • Publish partial step values on application shutdown for step meters #1882

❤️ Contributors

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

@asasas234, @izeye, @lenin-jaganathan

1.10.5

14 Mar 03:21
960e4da
Compare
Choose a tag to compare

🐞 Bug Fixes

  • TestObservationRegistry is not thread safe #3653
  • vmrange format is locale-dependant #3676
  • LogbackMetrics: SubstituteLoggerFactory cannot be cast to class LoggerContext #2868

🔨 Dependency Upgrades

  • Upgrade SignalFx to 1.0.29 #3690
  • Upgrade Dropwizard Metrics to 4.2.17 #3689
  • Upgrade AWS SDK to 1.12.424 #3687
  • Upgrade Reactor to 3.4.27, Reactor-Netty to 1.0.29, and Netty to 4.1.89 #3686
  • Upgrade Nexus publish-plugin to 1.3.0 #3683
  • Upgrade nebula-publishing-plugin to 20.1.0 #3682
  • Bump com.gradle.enterprise from 3.12.3 to 3.12.4 #3675
  • Upgrade to Gradle Wrapper 8.0.1 #3655
  • Upgrade to Gradle 8 #3644
  • Upgrade to netty 4.1.89 #3635

❤️ Contributors

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

@CoolTomatos and @izeye

1.9.9

14 Mar 01:58
b4778de
Compare
Choose a tag to compare

🐞 Bug Fixes

  • vmrange format is locale-dependant #3676
  • LogbackMetrics: SubstituteLoggerFactory cannot be cast to class LoggerContext #2868

🔨 Dependency Upgrades

  • Upgrade SignalFx to 1.0.29 #3690
  • Upgrade Dropwizard Metrics to 4.2.17 #3689
  • Upgrade AWS SDK to 1.12.424 #3687
  • Upgrade Reactor to 3.4.27, Reactor-Netty to 1.0.29, and Netty to 4.1.89 #3686
  • Upgrade Nexus publish-plugin to 1.3.0 #3683
  • Upgrade nebula-publishing-plugin to 20.1.0 #3682
  • Bump com.gradle.enterprise from 3.12.3 to 3.12.4 #3675
  • Upgrade to Gradle Wrapper 8.0.1 #3655
  • Upgrade to Gradle 8 #3644
  • Upgrade to netty 4.1.89 #3635

❤️ Contributors

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

@CoolTomatos and @izeye