dependabot[bot] opened a new pull request, #479: URL: https://github.com/apache/doris-opentelemetry-demo/pull/479
Bumps [@opentelemetry/core](https://github.com/open-telemetry/opentelemetry-js) from 1.30.1 to 2.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases">@opentelemetry/core's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming "baggage" header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h2>v2.7.1</h2> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@AbhiPrasad</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> </ul> <h2>v2.7.0</h2> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@overbalance</code></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-js/blob/main/CHANGELOG.md">@opentelemetry/core's changelog</a>.</em></p> <blockquote> <h2>2.8.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-trace-base): pretty-print <code>SpanImpl</code>, <code>Tracer</code>, and <code>BasicTracerProvider</code> via <code>util.inspect</code> so they render through <code>diag</code> and <code>console.log</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6690">#6690</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> <li>feat(sdk-metrics): implement metric reader self-observability metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(core): add <code>hrTimeToSeconds</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6449">#6449</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core): limit processing of incoming "baggage" header to 8192 bytes <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> </ul> <h2>2.7.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(core, api): defer trace state validation. Deprecate trace state implementation in api <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6459">#6459</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a> <ul> <li><strong>important:</strong> this bug fix may be breaking for certain uses of <code>TraceState</code> <ul> <li><code>set</code> now returns the same <code>TraceState</code> instance if key/value are invalid or makes the while trace state invalid.</li> <li><code>unset</code> now returns the same <code>TraceState</code> instance if key is not present.</li> <li>best-effort parsing of invalid <code>TraceState</code>s has changed: when multiple keys with the same name are present, the most recent one will win.</li> </ul> </li> </ul> </li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6284">#6284</a> <a href="https://github.com/AbhiPrasad"><code>@AbhiPrasad</code></a></li> <li>test: test Node.js 26 in CI <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6671">#6671</a> <a href="https://github.com/cjihrig"><code>@cjihrig</code></a></li> </ul> <h2>2.7.0</h2> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): implement log creation metrics <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6433">#6433</a> <a href="https://github.com/anuraaga"><code>@anuraaga</code></a></li> <li>feat(sdk-metrics): add the cardinalitySelector argument to PeriodicExportingMetricReaders <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6460">#6460</a> <a href="https://github.com/starzlocker"><code>@starzlocker</code></a></li> <li>feat(opentelemetry-core): add extra checks on internal merge function for safety <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6587">#6587</a> <a href="https://github.com/maryliag"><code>@maryliag</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-resources): do not discard OTEL_RESOURCE_ATTRIBUTES when it contains empty kv pairs</li> </ul> <h3>:house: Internal</h3> <ul> <li>test(exporter-zipkin): fix broken browser test assertions and add missing coverage <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6566">#6566</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>fix(sdk-metrics): repair ExponentialHistogram tests <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6565">#6565</a> <a href="https://github.com/overbalance"><code>@overbalance</code></a></li> <li>perf(sdk-metrics): reduce loop overhead in sdk hot paths <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6593">#6593</a> <a href="https://github.com/mcollina"><code>@mcollina</code></a></li> </ul> <h2>2.6.1</h2> <h3>:bug: Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/13a035bc695996cf4aec885fef7b9866f48bc555"><code>13a035b</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6756">#6756</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/4b13587d1e08b47baf153e5312ccd08a3240d074"><code>4b13587</code></a> Merge commit from fork</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/71d195c508320295f1892aaed1ee2f1971ffb470"><code>71d195c</code></a> chore(renovate): set minimumReleaseAge to 3 days (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6792">#6792</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/555fca6ce94fb8d40a5f869dbd28e43143b4e730"><code>555fca6</code></a> Update renovate.json to use matchManagers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6141">#6141</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b711a81d5262904245d70f1857b6f3bc811b22cd"><code>b711a81</code></a> docs(otlp-exporter-base): add typedoc entry points so public API is indexed a...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/da704029ccd291d65402f3d1c469bd3f25aec047"><code>da70402</code></a> fix(ci): supply-chain sec: disable caching in release-related workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6790">#6790</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/002267b1c639aac1d2f1d6e5c7ac3ed023109ea0"><code>002267b</code></a> chore: complete the move to the smaller SPDX license header (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6791">#6791</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/056ef9c4e1ddf9306477b7ce26acc7be489f9c6c"><code>056ef9c</code></a> feat(sdk-metrics): implement metric reader metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6449">#6449</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3bd69ce18011f9a16a7231489d9c3acc8294e8d9"><code>3bd69ce</code></a> fix(configuration): improve environment variable substitution to handle all t...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bfbda7c2d90e1686f51cd0fc4d02d785ab9a9cc0"><code>bfbda7c</code></a> docs(exporter-trace-otlp-grpc): import CompressionAlgorithm from otlp-exporte...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/v1.30.1...v2.8.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~GitHub%20Actions">GitHub Actions</a>, a new releaser for <code>@opentelemetry/core</code> since your current version.</p> </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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/doris-opentelemetry-demo/network/alerts). </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]
