Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version.micrometer from 1.11.4 to 1.14.0 #690

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps version.micrometer from 1.11.4 to 1.14.0.
Updates io.micrometer:micrometer-core from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-core's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-prometheus from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-appoptics from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-appoptics's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-atlas from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-atlas's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-datadog from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-datadog's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-dynatrace from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-dynatrace's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-elastic from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-elastic's releases.

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

... (truncated)

Commits
  • 7c24181 Merge branch '1.13.x'
  • 3ebc09f Merge branch '1.12.x' into 1.13.x
  • d6fa977 Add native image support for Hazelcast instrumentation (#5618)
  • 269fab3 Fix test to follow the new naming behavior of the Prometheus Client
  • bca46bf Bump io.prometheus:prometheus-metrics-bom from 1.3.1 to 1.3.3
  • 337f435 Merge branch '1.13.x'
  • e52a985 Merge branch '1.12.x' into 1.13.x
  • a4604af Bump org.hsqldb:hsqldb from 2.7.3 to 2.7.4 (#5647)
  • 3c0f2e9 Bump software.amazon.awssdk:cloudwatch from 2.29.6 to 2.29.7 (#5645)
  • daf5375 Bump org.jooq:jooq from 3.19.14 to 3.19.15 (#5643)
  • Additional commits viewable in compare view

Updates io.micrometer:micrometer-registry-ganglia from 1.11.4 to 1.14.0

Release notes

Sourced from io.micrometer:micrometer-registry-ganglia's releases.

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

Bumps `version.micrometer` from 1.11.4 to 1.14.0.

Updates `io.micrometer:micrometer-core` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-appoptics` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-atlas` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-datadog` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-dynatrace` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-elastic` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-ganglia` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-graphite` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-humio` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-influx` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-jmx` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-kairos` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-new-relic` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-stackdriver` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-signalfx` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-statsd` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-wavefront` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

Updates `io.micrometer:micrometer-registry-otlp` from 1.11.4 to 1.14.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.11.4...v1.14.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-appoptics
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-atlas
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-datadog
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-dynatrace
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-elastic
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-ganglia
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-graphite
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-humio
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-influx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-jmx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-kairos
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-new-relic
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-stackdriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-signalfx
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-statsd
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-wavefront
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.micrometer:micrometer-registry-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file micrometer labels Nov 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 15, 2024

Superseded by #692.

@dependabot dependabot bot closed this Nov 15, 2024
@dependabot dependabot bot deleted the dependabot-maven-micrometer-version.micrometer-1.14.0 branch November 15, 2024 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file micrometer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants