Skip to content

Bump io.micrometer:micrometer-observation from 1.14.3 to 1.14.4 #16568

New issue

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

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

Already on GitHub? # to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

Bumps io.micrometer:micrometer-observation from 1.14.3 to 1.14.4.

Release notes

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

1.14.4

🐞 Bug Fixes

  • Log4j2Metrics does not work with multiple registries and non-root loggers #5893
  • Fix LongTaskTimer output for LoggingMeterRegistry #5834
  • Log4j2Metrics creates more MetricsFilter instances than needed #5818
  • Fix unit discrepancy between Timer and FunctionTimer in LoggingMeterRegistry #5816
  • Distribution bucket_counts sum does not equal the count #4868

📔 Documentation

  • Remove obviated GraalVM native image compilation section from Stackdriver docs #5819
  • Update Docs with right contract of MeterFilter #5480

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 #5907
  • Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2 #5876
  • Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final #5872
  • Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 #5871
  • Bump jersey3 from 3.1.9 to 3.1.10 #5870
  • Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 #5869
  • Bump jetty9 from 9.4.56.v20240826 to 9.4.57.v20241219 #5868
  • Bump dropwizard-metrics from 4.2.29 to 4.2.30 #5867
  • Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 #5895
  • Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 #5865

📝 Tasks

  • Increase sleep time to avoid exemplar sampling rate limiting for openMetricsScrapeWithExemplars() #5908
  • Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatraceSummaryInstrumentsNotUsed() #5900
  • Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() #5899
  • Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() #5894
  • Increase wait duration in PushMeterRegistryTest.closeRespectsInterrupt() #5890
  • Enable TimedAspectTest.pjpFunctionThrows() #5889
  • Add .kotlin to .gitignore #5888
  • Polish #5886
  • Migrate to dependabot auto-merge function #5874
  • Back-port LoggingMeterRegistry tests #5833
  • Bump build machine image to ubuntu-2404:2024.11.1 #5829
  • Bump build JDKs to 21.0.6, 17.0.14, 11.0.26 #5828
  • Upgrade to Gradle Wrapper 8.12.1 #5823

❤️ Contributors

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

@​izeye

Commits
  • e387558 Merge branch '1.13.x' into 1.14.x
  • f334566 Increase sleep time to avoid exemplar sampling rate limiting for openMetricsS...
  • 94686e8 Merge branch '1.13.x' into 1.14.x
  • 9e4dfbf Migrates post actions to java gh action
  • e44147a Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 (#5907)
  • 7c65ad6 Fix flakiness in DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatra...
  • f879d3a Fix flakiness in JmsInstrumentationTests.shouldInstrumentMessageListener() (#...
  • 20d0a9e Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() (#5894)
  • fd6d438 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5898)
  • 9311c17 Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (#5895)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [io.micrometer:micrometer-observation](https://github.com/micrometer-metrics/micrometer) from 1.14.3 to 1.14.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.3...v1.14.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-observation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade A dependency upgrade label Feb 11, 2025
@github-actions github-actions bot added this to the 6.5.0-M2 milestone Feb 11, 2025
@spring-builds spring-builds enabled auto-merge (rebase) February 11, 2025 03:52
@spring-builds spring-builds merged commit 27cb115 into main Feb 11, 2025
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/main/io.micrometer-micrometer-observation-1.14.4 branch February 11, 2025 04:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant