Skip to content

Releases: micrometer-metrics/micrometer

v1.4.0

20 Mar 17:23
e6ca290
Compare
Choose a tag to compare

NOTE: This is a non-LTS release. 1.4.x patches will be provided only until 1.5.0 is released. See the support policy for more details.

Thank you to all the contributors we had to bring the many changes included in this release.


Deprecation and removals

  • #1662 The micrometer-spring-legacy module has been removed
  • [Humio] #1668 Removed the deprecated method HumioConfig.repository()

Dependency upgrades

  • [Graphite] #1740 Upgrade to metrics-graphite 4.1.+
  • [statsd] #1741 Upgrade to netty 4.1.44 and reactor-netty 0.9.4

Enhancements

  • Java 13 support
  • Incubating Kafka metrics rewrite without JMX #1835
    • KafkaClientMetrics for consumer and producer metrics replaces previous KafkaConsumerMetrics
    • KafkaStreamsMetrics supports Kafka Streams
  • #1796 StepTimer#max now returns max value for previous step interval
  • #1909 Allow histogram buckets to be defined as doubles
  • #1589 JVM compilation metrics via JvmCompilationMetrics
  • #1911 JVM memory pressure metrics via JvmHeapPressureMetrics
  • #1757 Support extra tags with @Counted annotation
  • #1716 PoolingHttpClientConnectionManagerMetricsBinder can now be used with async Apache HTTP client connection pools
  • #1886 time requests with Apache HTTP async client via MicrometerHttpClientInterceptor
  • #1704 Jetty connector metrics via JettyConnectionMetrics
  • #1764 JOOQ SQL metrics via MetricsDSLContext
  • [Stackdriver] #1682 Ability to configure credentials
  • [Stackdriver] #1724 Avoid creating Stackdriver metrics if they already exist
  • [Stackdriver] #1818 Support for Stackdriver resource labels
  • [statsd] Rewrite StatsdMeterRegistry publishing implementation
    • #1212 TCP connection recovers on failure
    • #1591 UDP connection recovers on failure
    • #1676 Connection reestablished after registry stopped and started
  • [Graphite] #1806 Graphite tag support
  • [Datadog] #1867 Allow disabling sending metadata for performance
  • [Datadog] #1869 Update default endpoint to api one expected for calls from applications
  • [New Relic] #1540 New Relic Java Agent option for NewRelicMeterRegistry
  • #1916 Adding OpenTSDB registry and support of VictoriaMetrics histograms
  • #1006 Support for per-query metrics in Hibernate statistics

Internal

  • Removed use of pcollections from Micrometer
  • Upgraded build to Gradle 6.2.2
  • Upgraded build to Java 13
  • Integration tests against Elasticsearch and Kafka using Testcontainers

See the 1.4.0 milestone for all included changes.

v1.3.6

16 Mar 12:33
Compare
Choose a tag to compare

See the 1.3.6 milestone and the 1.1.11 milestone for included changes.

v1.1.11

16 Mar 09:38
Compare
Choose a tag to compare

v1.3.5

11 Feb 14:30
Compare
Choose a tag to compare

See the 1.3.5 milestone for included changes.

v1.3.4

11 Feb 13:58
Compare
Choose a tag to compare
v1.3.4 Pre-release
Pre-release

WARNING: Do not use this version. There was an error in the release process and this version contains changes not intended to be released.

v1.3.3

16 Jan 16:41
Compare
Choose a tag to compare

See the 1.3.3 milestone and the 1.1.10 milestone for included changes.

v1.1.10

16 Jan 15:58
Compare
Choose a tag to compare

See the 1.1.10 milestone for issues included in this release.

v1.3.2

03 Dec 16:20
Compare
Choose a tag to compare

This patch release includes changes from the 1.1.9 milestone in addition to the 1.3.2 milestone.

v1.1.9

03 Dec 15:54
Compare
Choose a tag to compare

See the milestone for included issues in this release.

v1.3.1

04 Nov 17:47
Compare
Choose a tag to compare

See the 1.3.1 milestone for included changes. Changes from the 1.1.8 milestone are also included in this release.