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

[GitHub] [eventmesh] dependabot[bot] opened a new pull request, #3885: Bump io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0

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

   Bumps [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) from 1.3.0 to 1.26.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-api's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.26.0</h2>
   <p>This release represents the release candidate (&quot;RC&quot;) release for the Logs Bridge API / SDK. In the next release (1.27.0), <code>opentelemetry-api-logs</code> will be merged into <code>opentelemetry-api</code>, <code>opentelemetry-sdk-logs</code> will be marked as stable, <code>opentelemetry-exporter-otlp-logs</code> will be merged into <code>opentelemetry-exporter-otlp</code>, <code>opentelemetry-sdk-logs-testing</code> will be merged into <code>opentelemetry-sdk-testing</code>, <code>opentelemetry-sdk-extension-autoconfigure</code> will enable <code>otlp</code> log exporter by default (i.e. <code>otel.logs.exporter=otlp</code>). For more details, see tracking issue <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5340">#5340</a>. 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 us
 e 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.</p>
   <p><code>opentelemetry-opentracing-shim</code> is now stable!</p>
   <h3>SDK</h3>
   <ul>
   <li>Create OtelVersion class at build time which is used to resolve artifact version in <code>Resource</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5365">#5365</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add prototype histogram advice API (i.e. Hints). (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5217">#5217</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Add LogRecord observed timestamp field. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5370">#5370</a>)</li>
   <li>Remove log record timestamp default. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5374">#5374</a>)</li>
   <li>Align BatchLogRecordProcessor defaults with specification. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5364">#5364</a>)</li>
   <li>Rename setEpoch to setTimestamp. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5368">#5368</a>)</li>
   <li>Log SDK cleanup. Move <code>InMemoryLogRecordExporter</code> to <code>opentelemetry-sdk-logs-testing</code>. Rename <code>InMemoryLogRecordExporter#getFinishedLogItems</code> to <code>getFinishedLogRecordItems</code>. Move <code>SdkEventEmitterProvder</code> to internal package. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5368">#5368</a>)</li>
   </ul>
   <h3>Exporters</h3>
   <ul>
   <li>Add scaffolding for low level exporter TLS API. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5362">#5362</a>)</li>
   <li>Add new low level TLS APIs on OTLP and Jaeger gRPC exporter builders. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5280">#5280</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5422">#5422</a>)</li>
   <li>OTLP LogRecord exporters serialize observed timestamp. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5382">#5382</a>)</li>
   <li>Update prometheus test to reflect new collector behavior. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5417">#5417</a>)</li>
   <li>Prometheus exporter checks metrics name to prevent add duplicated _total suffix. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5308">#5308</a>)</li>
   <li>Add additional OTLP test for authenticator. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5391">#5391</a>)</li>
   </ul>
   <h3>OpenTracing Shim</h3>
   <ul>
   <li>Mark opentracing-shim as stable. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5371">#5371</a>)</li>
   </ul>
   <h3>SDK Extensions</h3>
   <ul>
   <li>Fixes jaeger remote sampler service strategies bug resolving service name. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5418">#5418</a>)</li>
   <li>Fix flaky JaegerRemoteSamplerGrpcNettyTest. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5385">#5385</a>)</li>
   <li>Add new log level TLS APIs on JaegerRemoteSamplerBuilder. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5422">#5422</a>)</li>
   <li>Fix a parameter name typo in autoconfigure-spi module. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5409">#5409</a>)</li>
   </ul>
   <h3>Semantic Conventinos</h3>
   <ul>
   <li>Add missing links to deprecated constants in SemanticAttributes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5406">#5406</a>)</li>
   </ul>
   <h3>Project Tooling</h3>
   <ul>
   <li>Update stale workflow. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5381">#5381</a>)</li>
   <li>Skip OWASP dependencyCheck on test modules. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5383">#5383</a>)</li>
   <li>Skip OWASP dependencyCheck on jmh tasks. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5384">#5384</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">io.opentelemetry:opentelemetry-api's changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.26.0 (2023-05-05)</h2>
   <p>This release represents the release candidate (&quot;RC&quot;) release for the Logs Bridge API / SDK. In the
   next release (1.27.0), <code>opentelemetry-api-logs</code> will be merged into <code>opentelemetry-api</code>,
   <code>opentelemetry-sdk-logs</code> will be marked as stable, <code>opentelemetry-exporter-otlp-logs</code> will be
   merged into <code>opentelemetry-exporter-otlp</code>, <code>opentelemetry-sdk-logs-testing</code> will be merged
   into <code>opentelemetry-sdk-testing</code>, <code>opentelemetry-sdk-extension-autoconfigure</code> will enable <code>otlp</code>
   log exporter by default (i.e. <code>otel.logs.exporter=otlp</code>). For more details, see tracking
   issue <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5340">#5340</a>. 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.</p>
   <p><code>opentelemetry-opentracing-shim</code> is now stable!</p>
   <h3>SDK</h3>
   <ul>
   <li>Create OtelVersion class at build time which is used to resolve artifact version in <code>Resource</code>.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5365">#5365</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Add prototype histogram advice API (i.e. Hints).
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5217">#5217</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Add LogRecord observed timestamp field.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5370">#5370</a>)</li>
   <li>Remove log record timestamp default.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5374">#5374</a>)</li>
   <li>Align BatchLogRecordProcessor defaults with specification.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5364">#5364</a>)</li>
   <li>Rename setEpoch to setTimestamp.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5368">#5368</a>)</li>
   <li>Log SDK cleanup. Move <code>InMemoryLogRecordExporter</code> to <code>opentelemetry-sdk-logs-testing</code>.
   Rename <code>InMemoryLogRecordExporter#getFinishedLogItems</code> to <code>getFinishedLogRecordItems</code>.
   Move <code>SdkEventEmitterProvder</code> to internal package.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5368">#5368</a>)</li>
   </ul>
   <h3>Exporters</h3>
   <ul>
   <li>Add scaffolding for low level exporter TLS API.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5362">#5362</a>)</li>
   <li>Add new low level TLS APIs on OTLP and Jaeger gRPC exporter builders.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5280">#5280</a>,
   <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5422">#5422</a>)</li>
   <li>OTLP LogRecord exporters serialize observed timestamp.
   (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5382">#5382</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/22fdec25d213adba0aa180e979714742e358b3f6"><code>22fdec2</code></a> [release/v1.26.x] Prepare release 1.26.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5426">#5426</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/37b6fc909ea4fedf93868d9c61bd70bdbe1a8246"><code>37b6fc9</code></a> Prepare 1.26.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5424">#5424</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/030d966c0ac9353319e49e9abd6167ecdbb94cb3"><code>030d966</code></a> Log Bridge API / SDK cleanup (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5420">#5420</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/db8ade397f5e4ba3fccfaa4cb1488db0a59648f4"><code>db8ade3</code></a> Add new TLS related APIs on Jaeger buiders. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5422">#5422</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/a91995e5afc871f5d374c2f9d6ae3597345e6629"><code>a91995e</code></a> Rename misnamed setSslContext method (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5425">#5425</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/951c46e92f560942b21ed5013391841b4d729f56"><code>951c46e</code></a> Bump com.google.protobuf:protobuf-bom from 3.22.3 to 3.22.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5423">#5423</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/4af30515a45f38499106b9d0cffad57345571dc0"><code>4af3051</code></a> fixes jaeger remote sampler service strategies bug (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5418">#5418</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/23c55162525362b77d13e1b0bebff08f856d630f"><code>23c5516</code></a> Bump com.gradle.enterprise from 3.13 to 3.13.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5419">#5419</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/29e675b566f6e23272ac8126cba6acd10b7b0104"><code>29e675b</code></a> Bump com.squareup.wire:wire-compiler from 4.5.6 to 4.6.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5415">#5415</a>)</li>
   <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/09ee0d271509e693f9d0da1f9a9add77b4f6effb"><code>09ee0d2</code></a> Bump com.squareup.wire:wire-gradle-plugin from 4.5.6 to 4.6.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5416">#5416</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.3.0...v1.26.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-api&package-manager=gradle&previous-version=1.3.0&new-version=1.26.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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [eventmesh] dependabot[bot] closed pull request #3885: Bump io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #3885: Bump io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0
URL: https://github.com/apache/eventmesh/pull/3885


-- 
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: dev-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org


[GitHub] [eventmesh] codecov[bot] commented on pull request #3885: Bump io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #3885:
URL: https://github.com/apache/eventmesh/pull/3885#issuecomment-1537695735

   ## [Codecov](https://app.codecov.io/gh/apache/eventmesh/pull/3885?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report
   > Merging [#3885](https://app.codecov.io/gh/apache/eventmesh/pull/3885?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c77a9f5) into [master](https://app.codecov.io/gh/apache/eventmesh/commit/e1e9acab09291b2eb10f1a88ee28dd0103bf26a6?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (e1e9aca) will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   > :exclamation: Current head c77a9f5 differs from pull request most recent head b59ddf6. Consider uploading reports for the commit b59ddf6 to get more accurate results
   
   ```diff
   @@             Coverage Diff              @@
   ##             master    #3885      +/-   ##
   ============================================
   - Coverage     13.93%   13.92%   -0.02%     
     Complexity     1291     1291              
   ============================================
     Files           570      570              
     Lines         28847    28840       -7     
     Branches       2811     2799      -12     
   ============================================
   - Hits           4019     4015       -4     
   + Misses        24455    24453       -2     
   + Partials        373      372       -1     
   ```
   
   
   [see 7 files with indirect coverage changes](https://app.codecov.io/gh/apache/eventmesh/pull/3885/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   
   :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
   


-- 
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: issues-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org


[GitHub] [eventmesh] dependabot[bot] commented on pull request #3885: Bump io.opentelemetry:opentelemetry-api from 1.3.0 to 1.26.0

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #3885:
URL: https://github.com/apache/eventmesh/pull/3885#issuecomment-1586508760

   Superseded by #4115.


-- 
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: issues-unsubscribe@eventmesh.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: issues-help@eventmesh.apache.org