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

Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.4 #86

Merged
merged 1 commit into from
Sep 25, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.micrometer:micrometer-registry-prometheus 1.5.5 -> 1.9.4 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

micrometer-metrics/micrometer

v1.9.4

⭐ New Features

  • HTTP server instrumentation TCK #​3379

🐞 Bug Fixes

  • system.cpu.usage missing with OpenJ9 0.33.0 #​3349
  • Uri tag replaced with REDIRECTION on all HTTP redirect responses with Jersey server #​3327

🔨 Dependency Upgrades

  • Upgrade to signalfx-java 1.0.23 #​3407
  • Upgrade to aws-java-sdk-cloudwatch 1.12.300 and software.amazon.awssdk:cloudwatch 2.17.271 #​3406
  • Upgrade to Reactor 2020.0.22 and netty 4.1.81 #​3405
  • Upgrade to Test Retry Gradle Plugin 1.4.1 #​3380
  • Bump com.gradle.enterprise from 3.10.3 to 3.11.1 #​3353

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.9.3

⭐ New Features

  • Make descriptions static for cache metrics #​3321
  • Avoid allocation of iterator with Tags#empty instance #​3313

🐞 Bug Fixes

  • HttpClientTimingInstrumentationVerificationTests cannot be implemented #​3308
  • ClassNotFoundException is thrown in a non-Spring Boot application when excluding LatencyUtils #​3287
  • Return value of LongTaskTimer#record and recordCallable is not marked Nullable #​3284

🔨 Dependency Upgrades

  • Upgrade to io.dropwizard.metrics:metrics-graphite 4.2.11 #​3340
  • Backport unpinning of de.flapdoodle.embed.mongo version #​3339
  • Upgrade to netty 4.1.79, reactor-bom 2020.0.21 #​3338
  • Upgrade to signalfx-java 1.0.21 #​3337
  • Upgrade to io.dropwizard.metrics:metrics-graphite 4.1.33 #​3336
  • Upgrade to aws-java-sdk-cloudwatch 1.12.276 and software.amazon.awssdk:cloudwatch:2.17.247 #​3335
  • Upgrade to Gradle Wrapper 7.5.1 #​3334
  • Upgrade io.spring.ge.conventions to 0.0.11 #​3289

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.9.2

⭐ New Features

  • Http client instrumentation TCK #​3258

🐞 Bug Fixes

  • Service descriptor files not merged/transformed in statsd shadowJar #​3268
  • Accidental strict dep on LatencyUtils #​1599

🔨 Dependency Upgrades

  • Upgrade to dropwizard metrics 4.2.10 #​3282
  • Upgrade to aws-java-sdk-cloudwatch 1.12.257 and awssdk:cloudwatch 2.17.228 #​3281
  • Upgrade to signalfx-java 1.0.20 #​3280
  • Upgrade to Spring Java Format 0.0.34 #​3248

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.9.1

⭐ New Features

  • Make descriptions static where they are not #​3201

🐞 Bug Fixes

  • TimedAspect timedClass missing shouldSkip predicate check #​3194
  • NPE in TimedAspect (JdkDynamicAopProxy) #​3190
  • WavefrontMeterRegistry.close() does not remove threads leading to memory leak #​3196
  • TimeWindowMax#record causes allocation #​3193

🔨 Dependency Upgrades

  • Upgrade to google-cloud-monitoring 3.2.9 #​3229
  • Upgrade to Atlas spectator 1.3.5 #​3228
  • Upgrade to Dropwizard metrics-graphite 4.1.32 #​3227
  • Upgrade to wavefront-sdk-java 3.0.2 #​3226
  • Upgrade to AWS SDK 1.12.240 and 2.17.211 #​3225
  • Upgrade to signalfx-java 1.0.19 #​3224
  • Upgrade to Reactor 2020.0.20 and Netty 4.1.78 #​3219
  • Upgrade to Spring Java Format 0.0.33 #​3199
  • Upgrade to Test Retry Gradle Plugin 1.4.0 #​3182
  • Upgrade to Mockito 4.5.1 #​3167
  • Upgrade to JMH 1.35 #​3164
  • Upgrade to Testcontainers 1.17.1 #​3163
  • Upgrade to Wiremock 2.33.2 #​3162

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.9.0

Micrometer 1.9.0 is the GA version of an LTS feature release. Below are the combined release notes of all the pre-release milestones and release candidate preceding it.

⚠️ Noteworthy
  • ReactorNettySender has been removed. See #​2802
  • Remove superseded micrometer-jersey2 module #​2865
  • Remove deprecated RegistryResolver #​2815
⭐ New Features / Enhancements
  • Config for OTLP Resource attributes #​3159
  • Dynatrace registry: Print ignored config warning only when necessary #​3155
  • Dynatrace registry: Truncate log output #​3148
  • Add resettable DistributionSummary and Timer for Dynatrace registry #​3093
  • Add capability to correctly export fixed buckets histogram to SignalFx #​2977
  • OpenTelemetry Protocol (OTLP) MeterRegistry #​2864
  • Exemplars support for Prometheus Histogram #​2812
  • Exemplars support for Prometheus Counter #​2811
  • Be able to target classes and not only methods with TimedAspect #​493
  • Prevent CompositeMeter allocating on each record #​3059
  • Support writing to elastic data streams #​2996
  • Allow file-based configuration for Dynatrace v2 exporter #​2916
  • Add method to SimpleMeterRegistry for outputting all meters #​2946
🐞 Bug Fixes
  • OTLP resource service name is always unknown #​3146
  • Dynatrace file-based configuration slow on macOS #​3035
  • Dynatrace v2 ingestion reporting "inconsistent gauge fields" #​3007
  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474
  • Dependency cycle between micrometer-core and reactor-netty caused by ReactorNettySender #​2802
  • Netty HTTP codec module included in statsd JAR #​2929
  • LongTaskTimer always converts durations of measurements to nanos #​2947
  • Statsd meter recordings are dropped when submitted from parallel threads #​2880
  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not updating for optavgpause/optthruput collectors #​2874
  • Intermittent GC data size metrics with Shenandoah and ZGC #​2872
  • MetricsRequestEventListener with @Timed(longTask=true) makes two meters #​2861
📔 Documentation
  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412
🔨 Dependency Upgrades
📝 Tasks
  • Polish OTLP registry changes #​3153
  • Typo in OtlpLongTaskTImer #​3147
  • Unpin google-cloud-monitoring dependency #​3081
  • Simplify tests after Dynatrace Metric Utils 1.5.0 release #​3065
  • Move cache and http core classes back to core #​3050
  • Add integration tests for Elasticsearch 8 #​3037
  • Replace deprecated AbstractLifeCycleListener usage in Jetty tests #​3014
  • Upgrade Elasticsearch Docker image to 7.16.3 in integration tests #​2986
  • Use Testcontainers for MongoDB integration tests #​2984
  • Pin spectator-api to 1.0.+ for Micrometer 1.8.x #​3027
  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973
  • Pinning Prometheus to 0.12.x for Micrometer 1.8.x #​2965
  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907
  • Generate lock files for 1.9.0-M1 #​2903
  • Remove superseded micrometer-jersey2 module #​2865
  • Remove deprecated RegistryResolver #​2815
  • Locking dynatrace-metric-utils-java to 1.1.+ #​2901
  • Update samples to use Spring Boot 2.6.1 #​2891
  • Deprecate ReactorNettySenderTest #​2884
  • Upgrade to Gradle Wrapper 7.3.1 #​2882
  • Update Gradle Enterprise Plugin to 3.7.2 #​2869
❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.10

⭐ New Features

  • HTTP server instrumentation TCK #​3379

🐞 Bug Fixes

  • system.cpu.usage missing with OpenJ9 0.33.0 #​3349
  • Uri tag replaced with REDIRECTION on all HTTP redirect responses with Jersey server #​3327

🔨 Dependency Upgrades

  • Upgrade to signalfx-java 1.0.23 #​3407
  • Upgrade to aws-java-sdk-cloudwatch 1.12.300 and software.amazon.awssdk:cloudwatch 2.17.271 #​3406
  • Upgrade to Reactor 2020.0.22 and netty 4.1.81 #​3405
  • Upgrade to Test Retry Gradle Plugin 1.4.1 #​3380
  • Bump com.gradle.enterprise from 3.10.3 to 3.11.1 #​3353

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.9

⭐ New Features

  • Make descriptions static for cache metrics #​3321
  • Avoid allocation of iterator with Tags#empty instance #​3313

🐞 Bug Fixes

  • HttpClientTimingInstrumentationVerificationTests cannot be implemented #​3308
  • ClassNotFoundException is thrown in a non-Spring Boot application when excluding LatencyUtils #​3287
  • Return value of LongTaskTimer#record and recordCallable is not marked Nullable #​3284

🔨 Dependency Upgrades

  • Backport unpinning of de.flapdoodle.embed.mongo version #​3339
  • Upgrade to netty 4.1.79, reactor-bom 2020.0.21 #​3338
  • Upgrade to signalfx-java 1.0.21 #​3337
  • Upgrade to io.dropwizard.metrics:metrics-graphite 4.1.33 #​3336
  • Upgrade to aws-java-sdk-cloudwatch 1.12.276 and software.amazon.awssdk:cloudwatch:2.17.247 #​3335
  • Upgrade to Gradle Wrapper 7.5.1 #​3334
  • Upgrade io.spring.ge.conventions to 0.0.11 #​3289

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.8

⭐ New Features

  • Http client instrumentation TCK #​3258

🐞 Bug Fixes

  • Service descriptor files not merged/transformed in statsd shadowJar #​3268
  • Accidental strict dep on LatencyUtils #​1599

🔨 Dependency Upgrades

  • Upgrade to aws-java-sdk-cloudwatch 1.12.257 and awssdk:cloudwatch 2.17.228 #​3281
  • Upgrade to signalfx-java 1.0.20 #​3280
  • Upgrade to Spring Java Format 0.0.34 #​3248

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.7

⭐ New Features

  • Make descriptions static where they are not #​3201

🐞 Bug Fixes

  • WavefrontMeterRegistry.close() does not remove threads leading to memory leak #​3196
  • TimeWindowMax#record causes allocation #​3193

🔨 Dependency Upgrades

  • Upgrade to Dropwizard metrics-graphite 4.1.32 #​3227
  • Upgrade to wavefront-sdk-java 3.0.2 #​3226
  • Upgrade to AWS SDK 1.12.240 and 2.17.211 #​3225
  • Upgrade to signalfx-java 1.0.19 #​3224
  • Upgrade to Reactor 2020.0.20 and Netty 4.1.78 #​3219
  • Upgrade to Spring Java Format 0.0.33 #​3199
  • Upgrade to Test Retry Gradle Plugin 1.4.0 #​3182
  • Upgrade to Mockito 4.5.1 #​3167
  • Upgrade to JMH 1.35 #​3164
  • Upgrade to Testcontainers 1.17.1 #​3163
  • Upgrade to Wiremock 2.33.2 #​3162

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.6

This release contains only internal changes that should not affect users. See the milestone for details.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.5

Compare Source

🐞 Bug Fixes

  • TimedAspect advice return value should be marked Nullable #​3041

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.4

Compare Source

⭐ New Features

  • Prevent CompositeMeter allocating on each record #​3059

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0.17 and Netty 4.1.75 #​3084
  • Upgrade to Amazon AWS SDK 1.12.178 and 2.17.149 #​3078
  • Upgrade to Mockito 4.4.0 #​3077
  • Upgrade archunit to 0.23.1 and awaitility to 4.2.0 #​3076
  • Upgrade to logback 1.2.11 #​3075
  • Upgrade to Dropwizard Metrics 4.1.31 #​3074

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.3

Compare Source

🐞 Bug Fixes

  • Dynatrace v2 ingestion reporting "inconsistent gauge fields" #​3007
  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474

🔨 Dependency Upgrades

  • Upgrade Mockito to 4.3.1 #​3029
  • Upgrade AWS SDK v1 to 1.12.158 and v2 to 2.17.129 #​3028
  • Upgrade Netty to 4.1.74.Final #​3026
  • Upgrade Javaformat to 0.0.31 #​3025
  • Upgrade JUnit to 5.8.2 and Testcontainers to 1.16.3 #​3024
  • Upgrade Dropwizard Metrics to 4.1.30 #​3023
  • Upgrade Slf4J to 1.7.36 #​3022
  • Upgrade to Gradle Wrapper 7.4 #​3001
  • Upgrade build jdk to 17.0.2, 8.0.322 #​2988

📝 Tasks

  • Pin spectator-api to 1.0.+ for Micrometer 1.8.x #​3027
  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.8.2

Compare Source

🐞 Bug Fixes

  • Netty HTTP codec module included in statsd JAR #​2929
  • LongTaskTimer always converts durations of measurements to nanos #​2947

📔 Documentation

  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412

🔨 Dependency Upgrades

  • Upgrade Spring Boot to 2.6.2 (samples) #​2968
  • Upgrade JMH to 1.34 #​2967
  • Upgrade Mockito to 4.2.0 #​2966
  • Upgrade AWS SDK v1 to 1.12.136 and AWS SDK v2 to 2.17.107 #​2964
  • Upgrade Spectator to 1.0.14 #​2963
  • Upgrade to Reactor 2020.0.15 #​2974
  • Upgrade JUnit platform to 1.7.2 and vintage-engine to 5.7.2 #​2962
  • Upgrade awaitility to 4.1.1 #​2961
  • Upgrade Testcontainers to 1.16.2 #​2960
  • Upgrade ArchUnit to 0.22.0 #​2959
  • Upgrade spring-javaformat to 0.0.29 #​2958
  • Upgrade Spring Boot to 2.4.13 (samples) #​2957
  • Upgrade AssertJ to 3.22.0 #​2956
  • Upgrade SignalFx to 1.0.14 #​2955
  • Upgrade Dropwizard Metrics to 4.1.29 #​2954
  • Upgrade to Azure ApplicationInsights 2.6.4 #​2953
  • Upgrade Logback to 1.2.10 #​2952
  • Upgrade to Log4j 2 2.17.1 #​2937

📝 Tasks

  • Pinning Prometheus to 0.12.x for Micrometer 1.8.x #​2965
  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade to Gradle Wrapper 7.3.2 #​2921
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907

❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.8.1

Compare Source

🪲 Bug Fixes

  • Statsd meter recordings are dropped when submitted from parallel threads #​2880
  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not updating for optavgpause/optthruput collectors #​2874
  • Intermittent GC data size metrics with Shenandoah and ZGC #​2872
  • MetricsRequestEventListener with @Timed(longTask=true) makes two meters #​2861

🔨 Dependency Upgrades

  • Upgrade JUnit to 5.8.2 and Mockito to 4.1.0 #​2902
  • Upgrade AWS SDK V1 to 1.12.126 and V2 to 2.17.97 #​2900
  • Upgrade Spectator to 1.0.7 #​2899
  • Upgrade JMH to 1.33 #​2898
  • Upgrade Wiremock to 2.32.0 #​2897
  • Upgrade logback to 1.2.7 #​2896

📝 Tasks

  • Locking dynatrace-metric-utils-java to 1.1.+ #​2901
  • Update samples to use Spring Boot 2.6.1 #​2891
  • Deprecate ReactorNettySenderTest #​2884
  • Upgrade to Gradle Wrapper 7.3.1 #​2882
  • Update Gradle Enterprise Plugin to 3.7.2 #​2869

❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.8.0

Compare Source

Micrometer 1.8.0 is the GA version of an LTS feature release. Below are the combined release notes of all the pre-release milestones and release candidate preceding it.

⚠️ Noteworthy

  • Known issue: [statsd] JVM crash (SIGSEGV) at startup with alpine based docker image, see #​2776 for workaround
  • Regression: [statsd] Statsd meter recordings are dropped when submitted from parallel threads #​2880 (fixed in 1.8.1)
  • Deprecate ReactorNettySender #​2814
  • Migrate Jersey server instrumentation into micrometer-core #​2780
  • Move DiskSpaceMetrics to i.m.core.instrument.binder.system #​2750

⭐ New Features / Enhancements

  • Include the number of active instances in CommonsObjectPool2Metrics #​2623
  • Dynatrace metrics API v2 support #​2295
  • Support "collection" tag in "mongodb.driver.commands" metric #​1799
  • Use Dynatrace v2 export as default unless deviceId is set #​2727
  • Add connector name tag for JettyConnectionMetrics and JettySslHandshakeMetricsBinder #​2603
  • Unix Domain Socket support (StatsD) #​792
  • Migrate Jersey server instrumentation into micrometer-core #​2780
  • Add jersey-server as transitive dependency, remove jersey-hk2 #​2768
  • Move DiskSpaceMetrics to i.m.core.instrument.binder.system #​2750
  • Jersey 3 server support #​2748
  • Datadog distributions via DogStatsD #​1056
  • StackdriverMeterRegistry should report Counters as CUMULATIVE not as GAUGE #​2773
  • Elastic registry: allow api-key for authentication #​2712
  • More accurate metrics for 404 responses from Jersey #​2587
  • Build with JDK 17.0.0 #​2778

🪲 Bug Fixes

  • Rename netty native files so native libraries can be loaded #​2611
  • Monitored Cache is not eligible for garbage collection #​2642
  • Can't configure DISTRIBUTION on per-metric basis for Datadog #​2798
  • PrometheusNamingConvention duplicates "_seconds" suffix with default configuration for Timer metrics #​2320
  • zgc pause time includes concurrent time #​2372
  • Prevent race conditions in cache metrics #​2839

🔨 Dependency Upgrades

  • Upgrade to Reactor 2020.0 #​2588
  • Upgrade google-cloud-monitoring to 2.x #​2249
  • Upgrade dynatrace-metric-utils to 1.1.0 #​2699
  • Upgrade to JUnit 5.8.1 #​2816

📝 Tasks

  • Update Dynatrace metric library usage #​2698
  • Rename OneAgentMetadataEnrichment to DynatraceMetadataEnrichment #​2692
  • Pin jOOQ to 3.14.+ #​2685
  • Update Spring Boot example config for Dynatrace #​2658
  • Upgrade Spring Boot to 2.6.0-M3 in samples for 1.8.x #​2831
  • Native image support investigation #​2637
  • Remove redundant maven central repository in samples #​2610
  • Update Dynatrace samples for Spring Boot autoconfiguration #​2713
  • Use latest.release for Javalin #​2711
  • License violation in JsonUtils #​2762
  • Upgrade Gradle to 7.2 #​2757
  • Add a build job on JDK 11 #​2756
  • Add a build job on JDK 8 #​2480
  • Integration test for Elasticsearch backend with API key authentication #​2820
  • Deprecate ReactorNettySender #​2814
  • CloudWatchMeterRegistry must use a separate thread pool to publish data to cloud watch #​2717
  • Use JUnit Jupiter for JerseyTest tests #​2852
  • Fix WavefrontMeterRegistryTest.configureDefaultSenderWithCustomConfig() #​2849
  • Ensure Micrometer can be compiled to native image with JDK 17 based GraalVM #​2777

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

@​izeye @​arminru @​bono007 @​pirgeo @​wengertj @​OlgaMaciaszek @​bentmann @​YuliaFrishko @​tmarszal @​Fetsivalen @​bodin @​samarprakash @​cyberdelia

v1.7.12

Compare Source

Note: This is the final planned patch release of the 1.7.x line. We recommend upgrading to a supported version.

This release contains only internal changes that should not affect users. See the milestone for details.

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.11

Compare Source

🐞 Bug Fixes

  • TimedAspect advice return value should be marked Nullable #​3041

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.10

Compare Source

⭐ New Features

  • Prevent CompositeMeter allocating on each record #​3059

🔨 Dependency Upgrades

  • Upgrade archunit to 0.23.1 and awaitility to 4.2.0 #​3076
  • Upgrade to logback 1.2.11 #​3075
  • Upgrade to Dropwizard Metrics 4.1.31 #​3074

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.9

Compare Source

🐞 Bug Fixes

  • Failed to record timer metrics in native image with percentiles configured #​3002
  • Correct PostgreSQL metrics for dead tuples, with integration tests and refactoring #​2474

🔨 Dependency Upgrades

  • Upgrade Javaformat to 0.0.31 #​3025
  • Upgrade JUnit to 5.8.2 and Testcontainers to 1.16.3 #​3024
  • Upgrade Dropwizard Metrics to 4.1.30 #​3023
  • Upgrade Slf4J to 1.7.36 #​3022
  • Upgrade to Gradle Wrapper 7.4 #​3001
  • Upgrade build jdk to 17.0.2, 8.0.322 #​2988

📝 Tasks

  • Store the Meter.Id instead of the Meter in KafkaMetrics #​2991
  • Bump up Gradle plugin dependencies #​2979
  • Use branch name in dependencies cache key for CircleCI #​2975
  • Upgrade to Gradle Shadow plugin 7.1.2 #​2973

❤️ Contributors

We'd like to thank all the contributors who worked on this release!

v1.7.8

Compare Source

🐞 Bug Fixes

  • LongTaskTimer always converts durations of measurements to nanos #​2947

📔 Documentation

  • Automate non-Javadoc multi-line comments for license headers #​2942
  • Switch license header to a multiline comment instead of JavaDoc #​2412

🔨 Dependency Upgrades

  • Upgrade JUnit platform to 1.7.2 and vintage-engine to 5.7.2 #​2962
  • Upgrade awaitility to 4.1.1 #​2961
  • Upgrade Testcontainers to 1.16.2 #​2960
  • Upgrade ArchUnit to 0.22.0 #​2959
  • Upgrade spring-javaformat to 0.0.29 #​2958
  • Upgrade Spring Boot to 2.4.13 (samples) #​2957
  • Upgrade AssertJ to 3.22.0 #​2956
  • Upgrade SignalFx to 1.0.14 #​2955
  • Upgrade Dropwizard Metrics to 4.1.29 #​2954
  • Upgrade to Azure ApplicationInsights 2.6.4 #​2953
  • Upgrade Logback to 1.2.10 #​2952
  • Upgrade to Log4j 2 2.17.1 #​2937

📝 Tasks

  • Upgrade to Gradle Enterprise Gradle plugin 3.8 #​2949
  • Backport test improvements from 2.0.x to 1.7.x #​2943
  • Use daemon thread in CommonsObjectPool2Metrics #​2938
  • Suppress "warning: no comment" in javadoc task #​2935
  • Disable javadoc task for sample projects #​2934
  • Upgrade to Gradle Wrapper 7.3.3 #​2931
  • Upgrade build images to JDK 8.0.312 and 11.0.13 #​2919
  • Upgrade build machine image to ubuntu-2004:202111-01 #​2913
  • Upgrade build images to JDK 17.0.1, 11.0.12, 8.0.302 #​2912
  • Use Javadoc code instead of Markdown backticks #​2907

❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​izeye

v1.7.7

Compare Source

🪲 Bug Fixes

  • KafkaMetrics' refresh scheduler can stop in some corner cases #​2879
  • jvm.gc.live.data.size and max not

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 29, 2020

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from d957601 to 6f1ebe0 Compare October 29, 2020 15:28
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.5.6 Update dependency io.micrometer:micrometer-registry-prometheus to v1.6.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 2 times, most recently from dafcf80 to 9fa0e69 Compare October 30, 2020 02:30
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 9fa0e69 to e6647a7 Compare November 11, 2020 18:59
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.6.0 Update dependency io.micrometer:micrometer-registry-prometheus to v1.6.1 Nov 11, 2020
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 8 times, most recently from b05ef54 to ece5dae Compare November 21, 2020 01:43
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 4 times, most recently from 5345c7a to 3dbfced Compare November 28, 2020 19:17
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 5 times, most recently from 427982a to 8804c27 Compare December 10, 2020 09:25
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.6.1 Update dependency io.micrometer:micrometer-registry-prometheus to v1.6.2 Dec 10, 2020
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 3 times, most recently from f2e66ce to 6b8ed27 Compare December 17, 2020 01:48
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 3 times, most recently from b330151 to 7f0a207 Compare August 30, 2021 02:48
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 7f0a207 to 1cee075 Compare September 16, 2021 00:23
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.7.3 Update dependency io.micrometer:micrometer-registry-prometheus to v1.7.4 Sep 16, 2021
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 1cee075 to ad6d990 Compare October 15, 2021 00:14
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.7.4 Update dependency io.micrometer:micrometer-registry-prometheus to v1.7.5 Oct 15, 2021
@sonarcloud
Copy link

sonarcloud bot commented Oct 15, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from ad6d990 to 6815820 Compare March 7, 2022 11:36
@viezly
Copy link

viezly bot commented Mar 7, 2022

Pull request by bot. No need to analyze

@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.7.5 Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.3 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 6815820 to 856a002 Compare March 26, 2022 13:50
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.3 Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.4 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 856a002 to e2621c2 Compare April 24, 2022 23:41
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.4 Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.5 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from e2621c2 to 52e8180 Compare May 15, 2022 21:07
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.8.5 Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.0 May 15, 2022
@sonarcloud
Copy link

sonarcloud bot commented May 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 52e8180 to c6ead2f Compare June 24, 2022 01:30
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.0 Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.1 Jun 24, 2022
@sonarcloud
Copy link

sonarcloud bot commented Jun 24, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from c6ead2f to 24d360c Compare September 25, 2022 16:08
@renovate renovate bot changed the title Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.1 Update dependency io.micrometer:micrometer-registry-prometheus to v1.9.4 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch 2 times, most recently from fc8fae9 to 132c03b Compare September 25, 2022 16:27
@renovate renovate bot force-pushed the renovate/micrometer-prometheus.version branch from 132c03b to d8c9700 Compare September 25, 2022 16:35
@renovate renovate bot merged commit 1850ba2 into master Sep 25, 2022
@renovate renovate bot deleted the renovate/micrometer-prometheus.version branch September 25, 2022 16:35
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants