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 micrometer.version from 1.10.6 to 1.11.0 #558

Merged
merged 1 commit into from
May 10, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2023

Bumps micrometer.version from 1.10.6 to 1.11.0.
Updates micrometer-core from 1.10.6 to 1.11.0

Release notes

Sourced from micrometer-core's releases.

1.11.0

⭐ 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 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

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

... (truncated)

Commits
  • 5cbfea9 Upgrade to Spring Framework 5.3.27
  • 70bc6f9 Upgrade to Jackson 2.15.0
  • fc8f8c8 Upgrade to AWS SDK 2.20.60
  • 52d4362 Upgrade to Spectator 1.6.3
  • a30b0a7 Merge branch '1.10.x'
  • 5467726 Regenerate lock files (order) because of spotless
  • 61f3432 Upgrade to Spotless 6.18.0
  • 7e4992b Merge branch '1.9.x' into 1.10.x
  • eed4119 Upgrade to Spring Boot 2.7.11
  • 8280179 Upgrade to Testcontainers 1.18.0
  • Additional commits viewable in compare view

Updates micrometer-registry-prometheus from 1.10.6 to 1.11.0

Release notes

Sourced from micrometer-registry-prometheus's releases.

1.11.0

⭐ 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 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

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

... (truncated)

Commits
  • 5cbfea9 Upgrade to Spring Framework 5.3.27
  • 70bc6f9 Upgrade to Jackson 2.15.0
  • fc8f8c8 Upgrade to AWS SDK 2.20.60
  • 52d4362 Upgrade to Spectator 1.6.3
  • a30b0a7 Merge branch '1.10.x'
  • 5467726 Regenerate lock files (order) because of spotless
  • 61f3432 Upgrade to Spotless 6.18.0
  • 7e4992b Merge branch '1.9.x' into 1.10.x
  • eed4119 Upgrade to Spring Boot 2.7.11
  • 8280179 Upgrade to Testcontainers 1.18.0
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @basil.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `micrometer.version` from 1.10.6 to 1.11.0.

Updates `micrometer-core` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.6...v1.11.0)

Updates `micrometer-registry-prometheus` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.10.6...v1.11.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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 10, 2023 17:40
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 10, 2023
Copy link
Member

@basil basil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@basil basil merged commit f98773c into master May 10, 2023
@dependabot dependabot bot deleted the dependabot/maven/micrometer.version-1.11.0 branch May 10, 2023 18:13
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant