Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps micrometer-registry-statsd from 1.4.1 to 1.5.5.

Release notes

Sourced from micrometer-registry-statsd's releases.

v1.5.5

This patch release contains the changes from the 1.1.18 release, the 1.3.14 release, and the 1.5.5 milestone.

v1.5.4

This patch release contains the changes from the 1.1.17 release and the 1.5.4 milestone.

This includes a fix for the known issue with the StatsD registry mentioned in the 1.5.3 release (#2177 StatsD reconnect bug).

v1.5.3

This patch release contains the changes from the 1.3.11 release, 1.1.16 release, and the 1.5.3 milestone.


Known issues

micrometer-registry-statsd

Noteworthy

micrometer-registry-wavefront

v1.5.2

This patch release contains the changes from the 1.5.2 milestone, the 1.1.15 release, and the 1.3.10 release.


Known issues

micrometer-registry-statsd

micrometer-registry-graphite

#2069 Users wishing to use the Graphite tag support added in but broken since Micrometer 1.4, a workaround is now available. Specifically, you should upgrade your metrics-graphite dependency to 4.1.8 or later and provide a GraphiteReporter to the GraphiteMeterRegistry constructor with the new addMetricAttributesAsTags option set, such as will be done in the default GraphiteReporter in Micrometer 1.6.0:

GraphiteReporter.forRegistry(metricRegistry)
    .withClock(new DropwizardClock(clock))
    .convertRatesTo(config.rateUnits())
    .convertDurationsTo(config.durationUnits())
    .addMetricAttributesAsTags(config.graphiteTagsEnabled()) // this fixes [#2069](https://github.com/micrometer-metrics/micrometer/issues/2069)
    .build(getGraphiteSender(config));

v1.5.1

This patch release contains the changes in the 1.1.14 release and the 1.3.9 release as well as the 1.5.1 milestone.

v1.5.0

1.5.x is an LTS release line.

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

Commits
  • 5ca2dd8 Merge branch '1.3.x' into 1.5.x
  • da9c64c Use explicit version for dependencyManagement section in spring-legacy module
  • 71ef292 Merge branch '1.3.x' into 1.5.x
  • 49d9201 Merge branch '1.1.x' into 1.3.x
  • 17f5210 Use index prefix for template index pattern in ElasticMeterRegistry (#2197)
  • 2f6558d Support metrics for multiple Tomcat MBeans of same type (#2262)
  • cd257b1 Merge branch '1.3.x' into 1.5.x
  • c58a876 Upgrade to reactor-core 3.2.20, reactor-netty 0.8.21, netty 4.1.52
  • 5f4f182 Upgrade to reactor-core 3.3.10, reactor-netty 0.9.12, netty 4.1.52
  • 568044d Merge branch '1.3.x' into 1.5.x
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Sep 18, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #96.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.micrometer-micrometer-registry-statsd-1.5.5 branch October 29, 2020 10:16
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

Development

Successfully merging this pull request may close these issues.

1 participant