dependabot[bot] opened a new pull request, #16341: URL: https://github.com/apache/dubbo/pull/16341
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.16.6 to 1.17.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/micrometer-metrics/micrometer/releases">io.micrometer:micrometer-bom's releases</a>.</em></p> <blockquote> <h2>1.17.0</h2> <p>See also the <a href="https://github.com/micrometer-metrics/micrometer/wiki/1.17-Migration-Guide">1.17 migration guide</a> and the release notes for <a href="https://github.com/micrometer-metrics/micrometer/releases/tag/v1.17.0-RC1">1.17.0-RC1</a>, <a href="https://github.com/micrometer-metrics/micrometer/releases/tag/v1.17.0-M3">1.17.0-M3</a>, <a href="https://github.com/micrometer-metrics/micrometer/releases/tag/v1.17.0-M2">1.17.0-M2</a>, <a href="https://github.com/micrometer-metrics/micrometer/releases/tag/v1.17.0-M1">1.17.0-M1</a>.</p> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>ArrayIndexOutOfBoundsException when using LongTaskTimer <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3877">#3877</a></li> <li>Jetty 12's TimedHandler marks some requests with outcome UNKNOWN <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7276">#7276</a></li> <li>MeterRegistry closes HighCardinalityTagsDetector twice if the registry is closed twice <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7409">#7409</a></li> <li>Reduce allocation in HTTP server instrumentation <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7580">#7580</a></li> <li>Reduce allocation in gRPC server convention <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7581">#7581</a></li> </ul> <h2>:notebook_with_decorative_cover: Documentation</h2> <ul> <li>Clarify time series produced by LongTaskTimer when using Prometheus <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6507">#6507</a></li> <li>Document metrics that need to close the MeterBinder <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/4624">#4624</a></li> <li>Multigauge Documentation lacks overwrite=true <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/4403">#4403</a></li> </ul> <h2>:hammer: Dependency Upgrades</h2> <ul> <li>Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.4.0 to 2.5.0 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7452">#7452</a></li> <li>Bump com.google.auth:google-auth-library-oauth2-http from 1.43.0 to 1.48.0 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7397">#7397</a></li> <li>Bump com.google.cloud:google-cloud-monitoring from 3.89.0 to 3.94.0 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7398">#7398</a></li> <li>Bump com.google.cloud:libraries-bom from 26.79.0 to 26.83.0 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7497">#7497</a></li> <li>Bump com.netflix.spectator:spectator-reg-atlas from 1.9.6 to 1.9.9 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7552">#7552</a></li> <li>Bump dropwizard-metrics from 4.2.38 to 4.2.39 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7527">#7527</a></li> <li>Bump io.prometheus:prometheus-metrics-bom from 1.5.1 to 1.7.0 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7572">#7572</a></li> <li>Bump software.amazon.awssdk:cloudwatch from 2.42.32 to 2.46.4 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7494">#7494</a></li> </ul> <h2>:heart: Contributors</h2> <p>Thank you to all the contributors who worked on this release:</p> <p><a href="https://github.com/blaspat"><code>@blaspat</code></a>, <a href="https://github.com/codingkiddo"><code>@codingkiddo</code></a>, <a href="https://github.com/izeye"><code>@izeye</code></a>, <a href="https://github.com/jewoodev"><code>@jewoodev</code></a>, and <a href="https://github.com/schiemon"><code>@schiemon</code></a></p> <h2>1.17.0-RC1</h2> <h2>:star: New Features</h2> <ul> <li>Add meter for ForkJoinPool#getDelayedTaskCount <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6381">#6381</a></li> <li>Add support for JDK 26's MemoryPoolMXBean.getTotalGcCpuTime() <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7245">#7245</a></li> <li>Clear the state of the ObservationValidator <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7337">#7337</a></li> <li>Improve exemplars sizing and add exemplarsSize config <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7324">#7324</a></li> <li>Log warning when a registry is added to composite after meter registration <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6908">#6908</a></li> <li>Treat OkHttp Request as non-nullable <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/7388">#7388</a></li> <li>Validate <code>Observation.Scope</code> closing when using TestObservationRegistry <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/6329">#6329</a></li> </ul> <h2>:lady_beetle: Bug Fixes</h2> <ul> <li>Invalid reflection hint in micrometer-core for native GraalVM 25 build <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7316">#7316</a></li> <li>ObservationGrpcClientInterceptor throws NPE when NameResolver returns empty authority <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7380">#7380</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/8466feab03a1c6bdb9c2f854e3aa31affc52a356"><code>8466fea</code></a> Merge branch '1.16.x'</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/9591cb40a9bfb5ec0743da1dd9760d4e07a9dd70"><code>9591cb4</code></a> Bump com.uber.nullaway:nullaway from 0.13.5 to 0.13.6 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7575">#7575</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/7a92a446994b1a24c9994093ff460f2040bcbe76"><code>7a92a44</code></a> Bump software.amazon.awssdk:cloudwatch from 2.46.3 to 2.46.4 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7576">#7576</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/e11e7c6b3e579c607393905732d3b9b1f5863e95"><code>e11e7c6</code></a> Merge branch '1.16.x'</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/d74759acf5de309aef7dd6cc862e37501866814c"><code>d74759a</code></a> Bump com.google.cloud:google-cloud-monitoring from 3.93.0 to 3.94.0 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7573">#7573</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/601e0a3f2824980ee1f8c8a6d5493a1e0a34d570"><code>601e0a3</code></a> Bump io.prometheus:prometheus-metrics-bom from 1.5.1 to 1.7.0 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7572">#7572</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/633338f38946f7c5278cf6828d3e35de6af67192"><code>633338f</code></a> Bump com.google.auth:google-auth-library-oauth2-http (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7571">#7571</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/bf2688c6484bb8d41e33effc1d3f330160f4513a"><code>bf2688c</code></a> Bump com.uber.nullaway:nullaway from 0.13.4 to 0.13.5 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7570">#7570</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/c52e9a977d32ff6f4e2cbb5e5b9ad735b49ddb85"><code>c52e9a9</code></a> Bump software.amazon.awssdk:cloudwatch from 2.46.1 to 2.46.3 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7565">#7565</a>)</li> <li><a href="https://github.com/micrometer-metrics/micrometer/commit/9cc8448303ca3c9890b49a7a9a31ce1c6a5413bd"><code>9cc8448</code></a> Bump com.netflix.spectator:spectator-reg-atlas from 1.9.8 to 1.9.9 (<a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/7566">#7566</a>)</li> <li>Additional commits viewable in <a href="https://github.com/micrometer-metrics/micrometer/compare/v1.16.6...v1.17.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
