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:21:42 UTC

[GitHub] [eventmesh] dependabot[bot] opened a new pull request, #3886: Bump io.opentelemetry:opentelemetry-exporter-prometheus from 1.3.0-alpha to 1.26.0-alpha

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

   Bumps [io.opentelemetry:opentelemetry-exporter-prometheus](https://github.com/open-telemetry/opentelemetry-java) from 1.3.0-alpha to 1.26.0-alpha.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-exporter-prometheus's releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.25.0</h2>
   <h3>API</h3>
   <ul>
   <li>Cache ImmutableKeyValuePairs#hashCode (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5307">#5307</a>)</li>
   </ul>
   <h4>Propagators</h4>
   <ul>
   <li>Remove streams from B3Propagator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5326">#5326</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Stop validating instrument unit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5279">#5279</a>)</li>
   <li>Make the Executor for PrometheusHttpServer configurable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5296">#5296</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Fix marshaler self suppression error (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5318">#5318</a>)</li>
   <li>Add sdk dependency to Logging OTLP exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5291">#5291</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Fixing up javadoc to reflect how to create a junit4 OpenTelemetryRule (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5299">#5299</a>)</li>
   </ul>
   <h3>SDK Extensions</h3>
   <ul>
   <li>BREAKING: Autoconfigure drops support for <code>otel.exporter.otlp.metrics.default.histogram.aggregation=EXPONENTIAL_BUCKET_HISTOGRAM</code>. Use <code>BASE2_EXPONENTIAL_BUCKET_HISTOGRAM</code> instead. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5290">#5290</a>)</li>
   <li>JaegerRemoteSampler use upstream grpc implementation if ManagedChannel is set (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5287">#5287</a>)</li>
   </ul>
   <h3>OpenTracing Shim</h3>
   <ul>
   <li>Adds version to otel tracer instrumentation scope (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5336">#5336</a>)</li>
   </ul>
   <h2>OpenCensus Shim</h2>
   <ul>
   <li>Adds version to otel tracer instrumentation scope (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5336">#5336</a>)</li>
   </ul>
   <h3>Semantic Conventions</h3>
   <ul>
   <li>Update semconv to 1.19.0 and related build tool changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5311">#5311</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:</p>
   <p><a href="https://github.com/971758118"><code>@​971758118</code></a>
   <a href="https://github.com/abhisesh"><code>@​abhisesh</code></a>
   <a href="https://github.com/anuraaga"><code>@​anuraaga</code></a>
   <a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a></p>
   <!-- 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-exporter-prometheus's changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>Unreleased</h2>
   <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.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-java/commits">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-exporter-prometheus&package-manager=gradle&previous-version=1.3.0-alpha&new-version=1.26.0-alpha)](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] commented on pull request #3886: Bump io.opentelemetry:opentelemetry-exporter-prometheus from 1.3.0-alpha to 1.26.0-alpha

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

   Superseded by #4116.


-- 
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] closed pull request #3886: Bump io.opentelemetry:opentelemetry-exporter-prometheus from 1.3.0-alpha to 1.26.0-alpha

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


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