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/06/12 08:03:05 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12499: Bump opentelemetry-bom from 1.26.0 to 1.27.0

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

   Bumps [opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.26.0 to 1.27.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">opentelemetry-bom's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.27.0</h2>
   <p>The log bridge API / SDK are now stable! Some important notes:</p>
   <ul>
   <li>The contents of <code>opentelemetry-api-logs</code> have been merged into <code>opentelemetry-api</code>.</li>
   <li>The contents of <code>opentelemetry-exporter-otlp-logs</code> have been merged into <code>opentelemetry-exporter-otlp</code>.</li>
   <li>The contents of <code>opentelemetry-sdk-logs-testing</code> have been merged into <code>opentelemetry-sdk-testing</code>.</li>
   <li>The <code>opentelemetry-sdk-logs</code> artifact has been marked stable.</li>
   <li><code>opentelemetry-sdk-extension-autoconfigure</code> has changed the default value of <code>otel.logs.exporter</code> from <code>none</code> to <code>otlp</code>.</li>
   </ul>
   <p>NOTE: reminder that the <a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge-api.md">Logs Bridge API</a> is <em>not</em> meant for end users. Log appenders use the API to bridge logs from existing log frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to dictate how logs are processed and exported. See <a href="https://opentelemetry.io/docs/instrumentation/java/manual/#logs">opentelemetry.io</a> for documentation on usage.</p>
   <h3>API</h3>
   <ul>
   <li>Promote log API to stable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5341">#5341</a>)</li>
   <li>fix doc for OpenTelemetry class (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5454">#5454</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Ensure correct compiled output and sources are included in multi version jar (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5487">#5487</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix broken link (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5451">#5451</a>)</li>
   <li>Add meaningful <code>.toString</code> to <code>NoopLogRecordProcessor</code> and <code>DefaultOpenTelemetry</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5493">#5493</a>)</li>
   <li>Promote log SDK to stable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5341">#5341</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Reset exponential aggregator scale after collection (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5496">#5496</a>)</li>
   <li>Experimental metric reader and view cardinality limits (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5494">#5494</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Merge otlp logs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5432">#5432</a>)</li>
   <li>Append unit to prometheus metric names (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5400">#5400</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Merge sdk logs testing (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5431">#5431</a>)</li>
   <li>Add a <code>hasBucketBoundaries()</code> variant that allows specifying precision (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5457">#5457</a>)</li>
   </ul>
   <h3>SDK Extensions</h3>
   <ul>
   <li>Enable otlp logs by default in autoconfigure (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5433">#5433</a>)</li>
   </ul>
   <h3>Semantic Conventions</h3>
   <ul>
   <li>Update to semconv 1.20.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5497">#5497</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">opentelemetry-bom's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.27.0 (2023-06-09)</h2>
   <p>The log bridge API / SDK are now stable! Some important notes:</p>
   <ul>
   <li>The contents of <code>opentelemetry-api-logs</code> have been merged into <code>opentelemetry-api</code>.</li>
   <li>The contents of <code>opentelemetry-exporter-otlp-logs</code> have been merged
   into <code>opentelemetry-exporter-otlp</code>.</li>
   <li>The contents of <code>opentelemetry-sdk-logs-testing</code> have been merged into <code>opentelemetry-sdk-testing</code>.</li>
   <li>The <code>opentelemetry-sdk-logs</code> artifact has been marked stable.</li>
   <li><code>opentelemetry-sdk-extension-autoconfigure</code> has changed the default value
   of <code>otel.logs.exporter</code> from <code>none</code> to <code>otlp</code>.</li>
   </ul>
   <p>NOTE: reminder that
   the <a href="https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/bridge-api.md">Logs Bridge API</a>
   is <em>not</em> meant for end users. Log appenders use the API to bridge logs from existing log
   frameworks (e.g. JUL, Log4j, SLf4J, Logback) into OpenTelemetry. Users configure the Log SDK to
   dictate how logs are processed and exported.
   See <a href="https://opentelemetry.io/docs/instrumentation/java/manual/#logs">opentelemetry.io</a> for
   documentation on usage.</p>
   <h3>API</h3>
   <ul>
   <li>Promote log API to stable
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5341">#5341</a>)</li>
   <li>fix doc for OpenTelemetry class
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5454">#5454</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Ensure correct compiled output and sources are included in multi version jar
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5487">#5487</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix broken link
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5451">#5451</a>)</li>
   <li>Add meaningful <code>.toString</code> to <code>NoopLogRecordProcessor</code> and <code>DefaultOpenTelemetry</code>
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5493">#5493</a>)</li>
   <li>Promote log SDK to stable
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5341">#5341</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Reset exponential aggregator scale after collection
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5496">#5496</a>)</li>
   <li>Experimental metric reader and view cardinality limits
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5494">#5494</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5a882c8a0085246bd0c883a26cb4fd7c0ee37339"><code>5a882c8</code></a> [release/v1.27.x] Prepare release 1.27.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5521">#5521</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5518060d17511b10e98134a87bb12c74697d761b"><code>5518060</code></a> Prepare for 1.27.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5514">#5514</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f65083628f1142246c7d92c3887b6b196d145f54"><code>f650836</code></a> Bump com.google.guava:guava-bom from 32.0.0-jre to 32.0.1-jre (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5516">#5516</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/8d96280ce5ce58746328fc647cd1b9f3731483ad"><code>8d96280</code></a> Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5515">#5515</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/331c6af8d6e12de52e8125b9776f2b94f4a73234"><code>331c6af</code></a> Experimental metric reader and view cardinality limits (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5494">#5494</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/4d034b08e8e191d12160c1cc2ee24106da9a45bb"><code>4d034b0</code></a> Append unit to prometheus metric names (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5400">#5400</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/951221efcc4e0d1ccf7bea88e3565688c3f4283f"><code>951221e</code></a> Reset exponential aggregator scale after collection (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5496">#5496</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1b2c7db3b071917b90af8c2251dbf1c3252e6683"><code>1b2c7db</code></a> Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 1.8.22 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5512">#5512</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f6e3e43467efe806814d746677c0557ccf7ef8eb"><code>f6e3e43</code></a> Bump io.opentelemetry.proto:opentelemetry-proto from 0.19.0-alpha to 0.20.0-a...</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/7b8608591e1737ea0727d2373ddd813bc18cdaaa"><code>7b86085</code></a> Bump com.google.protobuf:protobuf-bom from 3.23.1 to 3.23.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5483">#5483</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.26.0...v1.27.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-bom&package-manager=maven&previous-version=1.26.0&new-version=1.27.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 #12499: Bump opentelemetry-bom from 1.26.0 to 1.27.0

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


-- 
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