Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps micrometer-registry-statsd from 1.4.1 to 1.5.3.

Release notes

Sourced from micrometer-registry-statsd's releases.

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.

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.


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.


Compatibility impacting

  • [Atlas] The tag on histogram gauges for what was previously called sla is now named service.level.objective. Queries on this tag will need to be updated.
  • [Graphite] #2007 to make the upgrade experience smoother, the default value for the configuration option for the recently added Graphite Tag support has been changed from true to being true if there are no tagsAsPrefix configured.
  • [Wavefront] #1901 WavefrontMeterRegistry uses a WavefrontSender now instead of the Micrometer HttpSender to publish metrics to Wavefront. If you were customizing the HttpSender used for Wavefront, you should look at customizing the WavefrontSender instead now.

New metrics

  • #1975 Jetty handshake metrics via JettySslHandshakeMetrics configured as an SslHandshakeListener
  • #2019 Jetty HttpClient metrics via JettyClientMetrics configured as a Request.Listener
  • #2041 ThreadPoolExecutor metrics for pool max and core configuration

Enhancements

  • #1242 Automatic-Module-Name is now included in manifest files. Module path users will now have stable Automatic-Module-Names that match the previously derived file name-based names.
  • #1697 HazelcastCacheMetrics has been updated to support both Hazelcast 3 and Hazelcast 4
  • #1702 Align target tags on HTTP client implementations (Apache HttpComponents and OkHttp) to include target.host, target.port, and target.scheme
  • #1912 OkHttpMetricsEventListener can be configured with a function to add a tag based on the Request and Response
  • #1919 ExecutorServiceMetrics can now prefix the metric names used, which is particularly useful when instrumenting multiple Executors with different tag sets
  • #2005 LongTaskTimer has been improved to allow additional measurements like max, percentiles, histogram
  • #2001 sla configuration options have been renamed as serviceLevelObjectives to better align with their purpose
  • #2008/#2009 CompletableFuture support for the @Timed and @Counted annotations
  • #2011 Registry Config validation has been reworked to do more validation of configuration options
Commits
  • a76af67 Upgrade to wavefront-sdk-java 2.6.0
  • b31c20f Merge branch '1.3.x' into 1.5.x
  • d0b62df Merge branch '1.1.x' into 1.3.x
  • 995d58a Polish
  • c6254bc Avoid async log4j2 log events to be counted multiple times (#2183)
  • 2689968 Merge branch '1.3.x' into 1.5.x
  • aa8fc83 Merge branch '1.1.x' into 1.3.x
  • 209d1f3 Fix classloading issue when using a Java EE container (#2205)
  • 3f07363 Polish JettyClientMetricsTest
  • 40cdf55 Fix a NPE with jetty client and no request body (#2204)
  • 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 Jul 27, 2020
@dependabot-preview dependabot-preview bot requested a review from maxkramer July 27, 2020 10:18
@dependabot-preview
Copy link
Contributor Author

Superseded by #85.

@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/io.micrometer-micrometer-registry-statsd-1.5.3 branch August 14, 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