Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps micrometer-registry-statsd from 1.4.1 to 1.5.4.

Release notes

Sourced from micrometer-registry-statsd's releases.

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
  • 9b6d7e1 Merge branch '1.3.x' into 1.5.x
  • 93a9638 Merge branch '1.1.x' into 1.3.x
  • 13dca47 Handle NaN for FunctionTimer in InfluxMeterRegistry (#2227)
  • d9d412b Fix package for NamingConventionTest (#2229)
  • d415f85 Handle NaN for FunctionTimer mean in ElasticMeterRegistry (#2228)
  • fa7a23c Upgrade to Gradle Wrapper 6.6 (#2234)
  • 5fbb395 Remove requireNonNull() in DatadogMeterRegistry (#2224)
  • a0b4525 Avoid StatsD connection infinite reconnect loop (#2225)
  • 5780335 Use a fixed version for Kafka Docker image (#2211)
  • a76af67 Upgrade to wavefront-sdk-java 2.6.0
  • 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 Aug 14, 2020
@dependabot-preview dependabot-preview bot requested a review from maxkramer August 14, 2020 10:16
@dependabot-preview
Copy link
Contributor Author

Superseded by #93.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.micrometer-micrometer-registry-statsd-1.5.4 branch September 18, 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