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-core from 1.5.5 to 1.6.4 in /data-prepper-plugins/service-map-stateful #6

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 25, 2021

Bumps micrometer-core from 1.5.5 to 1.6.4.

Release notes

Sourced from micrometer-core's releases.

v1.6.4

⭐ New Features

  • Log ExecutorServiceMetrics.bindTo() failure #2443

🪲 Bug Fixes

  • Collector already registered that provides name: cache_request_total #2399
  • Guard against InaccessibleObjectException when --illegal-access=deny #2447
  • Include index date separator in index pattern for ElasticMeterRegistry #2405
  • MongoMetricsCommandListener is not thread safe #2401
  • NPE in MongoMetricsConnectionPoolListener on shutdown #2384
  • Fix FunctionCounter in SingleIndicator.Builder.count() #2438

❤️ Contributors

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

v1.6.3

This patch release contains only the changes from the 1.5.10 milestone.

v1.6.2

This patch release contains changes from the 1.3.16 release, 1.5.8 release, 1.5.9 release, and the 1.6.2 milestone.

v1.6.1

This patch release contains the changes in the 1.6.1 milestone and 1.5.7 release.

v1.6.0

1.6.x is an LTS release line - see the support page for more information on LTS vs non-LTS releases. This release contains changes from the 1.6.0 milestone.

Thank you to all the people who contributed to this release.


Compatibility impacting

  • Timer.Sample's tags methods and the stop method that takes a Timer.Builder have been removed. Instead, tags should be specified on the Timer passed to the remaining stop method. This makes for consistency - tags are always configured on the Timer.

    Timer.Sample sample = Timer.start(meterRegistry);
    // ... do some stuff
    sample.tags("flag", flag);
    sample.tags(Tags.of("other", "tag"));
    sample.stop(meterRegistry, Timer.builder("sample.time"));

... (truncated)

Commits
  • de7d90d Merge branch '1.5.x' into 1.6.x
  • 594e1fe Merge branch '1.3.x' into 1.5.x
  • 8f117ba Attribute nullability annotations to Spring Framework (#2456)
  • 41e27d3 Merge branch '1.5.x' into 1.6.x
  • 08029d9 Merge branch '1.3.x' into 1.5.x
  • 3b6e727 Guard against NPE in MongoMetricsConnectionPoolListener (#2454)
  • 7f9b04b Guard against InaccessibleObjectException in ExecutorServiceMetrics (#2452)
  • 3062418 Note about wrapped ExecutorService types
  • 9c3c9f4 Polish micrometer-registry-health module (#2441)
  • 08dee6f Fix flakiness in Log4j2MetricsTest.asyncLogShouldNotBeDuplicated() (#2451)
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 25, 2021
Base automatically changed from master to main March 18, 2021 14:13
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 18, 2021

Superseded by #34.

@dependabot dependabot bot closed this Mar 18, 2021
@dependabot dependabot bot deleted the dependabot/gradle/data-prepper-plugins/service-map-stateful/io.micrometer-micrometer-core-1.6.4 branch March 18, 2021 14:14
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
Projects
None yet
0 participants