You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/05/15 08:10:58 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12313: Bump micrometer-bom from 1.10.6 to 1.11.0

dependabot[bot] opened a new pull request, #12313:
URL: https://github.com/apache/dubbo/pull/12313

   Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.10.6 to 1.11.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/micrometer-metrics/micrometer/releases">micrometer-bom's releases</a>.</em></p>
   <blockquote>
   <h2>1.11.0</h2>
   <h2>:star: New Features</h2>
   <ul>
   <li>Avoid global publishing alignment in OTLP registry <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3794">#3794</a></li>
   <li>Avoid needing compiler parameter metadata in CountedAspect <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3780">#3780</a></li>
   <li>Reduces overall memory allocation in DynatraceExporterV2 while exporting <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3766">#3766</a></li>
   <li>Consistently add <code>outcome</code> tag to all HTTP client instrumentation <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3729">#3729</a></li>
   <li>Migrate from Application Insights instrumentation keys to connection strings <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3710">#3710</a></li>
   <li>Add supplier variant for Observation.Context.getOrDefault() <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3708">#3708</a></li>
   <li>Allow custom sink for LoggingMeterRegistry <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3685">#3685</a></li>
   <li>Make cumulative count computations in <code>takeCountSnapshot</code> more efficient <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3581">#3581</a></li>
   <li>Configurable aggregation temporality for OTLP registry <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3145">#3145</a></li>
   <li><code>@Timed</code> annotation with dynamic tags derived from input arguments and/or output <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/1732">#1732</a></li>
   <li>Metrics support for Netty allocators and event executors <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/522">#522</a></li>
   <li>Adds hasAnObservation assertion that allows doing arbitrary assertions + clear method <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3679">#3679</a></li>
   <li>Add GC name to gc pause metric <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3670">#3670</a></li>
   <li>Add metrics for the total number of application threads started in the JVM <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3562">#3562</a></li>
   <li>Jetty Client instrumentation with Observation API <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3416">#3416</a></li>
   <li>Add support for using new Elasticsearch <code>\_index\_template</code> endpoint for creating index templates. <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3320">#3320</a></li>
   <li>OSGi enabled micrometer jars so that they can be deployed as OSGi bundles <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3149">#3149</a></li>
   <li>Publish partial step values on application shutdown for step meters <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/1882">#1882</a></li>
   <li>OTLP registry custom header support <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3546">#3546</a></li>
   <li>Add method Observation.observe(Function<!-- raw HTML omitted --> function) <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3537">#3537</a></li>
   <li>Add support for Azul Prime's (Zing) C4 (GPGC) <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/2982">#2982</a></li>
   <li>Apache HttpClient 5.x support <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/2513">#2513</a></li>
   <li>Use Meter.Id for logging in DynatraceExporterV2 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3616">#3616</a></li>
   </ul>
   <h2>:lady_beetle: Bug Fixes</h2>
   <ul>
   <li>Set current scope on ObservationRegistry when Scope#makeCurrent is called <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3808">#3808</a></li>
   <li>Enclosing scope not being popped <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3787">#3787</a></li>
   <li>MicrometerHttpClientInterceptor has no outcome Tag <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3790">#3790</a></li>
   <li>OTLP registry publishes incorrect delta values on close <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3773">#3773</a></li>
   <li>OTLP delta histogram bucket counts are not aligned to the time window <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3772">#3772</a></li>
   <li>Max does not follow the specification for OTLP delta histogram <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3771">#3771</a></li>
   <li>StepMeterRegistry closed near a step boundary may lose data <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3720">#3720</a></li>
   <li>PushMeterRegistry scheduled publish can collide with publish on close <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3711">#3711</a></li>
   <li>Avoid global publishing alignment <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/2818">#2818</a></li>
   </ul>
   <h2>:memo: Tasks</h2>
   <ul>
   <li>Improve StepBucketHistogram <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3793">#3793</a></li>
   <li>Polish MeterTag changes <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3769">#3769</a></li>
   <li>Add time units to OTel integration tests <a href="https://redirect.github.com/micrometer-metrics/micrometer/issues/3796">#3796</a></li>
   <li>Upgrade to Gradle Wrapper 8.1.1 <a href="https://redirect.github.com/micrometer-metrics/micrometer/pull/3784">#3784</a></li>
   </ul>
   <h2>:heart: Contributors</h2>
   <p>Thank you to all the contributors who worked on this release:</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/5cbfea99d61b85d88d2f9d6d6ad93b5c36988ca0"><code>5cbfea9</code></a> Upgrade to Spring Framework 5.3.27</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/70bc6f9fc31370aeba9a574d245e738df7b4cec3"><code>70bc6f9</code></a> Upgrade to Jackson 2.15.0</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/fc8f8c804a6cb6d439a6b07341d94a5a0630e381"><code>fc8f8c8</code></a> Upgrade to AWS SDK 2.20.60</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/52d4362d23e5ec870614523dbc8e7c8f6a3b1ec2"><code>52d4362</code></a> Upgrade to Spectator 1.6.3</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/a30b0a779ab0b4e7e43efd5589b179bdcc51ba4b"><code>a30b0a7</code></a> Merge branch '1.10.x'</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/54677261328e06f50e0102b473c0ac194587a090"><code>5467726</code></a> Regenerate lock files (order) because of spotless</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/61f343243aa570bf157446260d1e4df530adc069"><code>61f3432</code></a> Upgrade to Spotless 6.18.0</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/7e4992b18349eb0ed3850933c57fb4c78931f5f0"><code>7e4992b</code></a> Merge branch '1.9.x' into 1.10.x</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/eed4119a186b021e7ee9bf926ce37f5dd0fbfb8e"><code>eed4119</code></a> Upgrade to Spring Boot 2.7.11</li>
   <li><a href="https://github.com/micrometer-metrics/micrometer/commit/82801796559b67f6e60d0a5625333e34b0928273"><code>8280179</code></a> Upgrade to Testcontainers 1.18.0</li>
   <li>Additional commits viewable in <a href="https://github.com/micrometer-metrics/micrometer/compare/v1.10.6...v1.11.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.micrometer:micrometer-bom&package-manager=maven&previous-version=1.10.6&new-version=1.11.0)](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 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)
   
   
   </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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12313: Bump micrometer-bom from 1.10.6 to 1.11.0

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12313:
URL: https://github.com/apache/dubbo/pull/12313


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org