Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump @opentelemetry/semantic-conventions from 1.9.1 to 1…
….27.0 (#10191) Bumps [@opentelemetry/semantic-conventions](https://github.com/open-telemetry/opentelemetry-js) from 1.9.1 to 1.27.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@opentelemetry/semantic-conventions</code>'s releases</a>.</em></p> <blockquote> <h2>semconv/v1.27.0</h2> <h2>1.27.0</h2> <ul> <li>Version bump only</li> <li>Note: This package will now be versioned according to the version of semantic conventions being provided.</li> </ul> <h2>semconv/v1.26.0</h2> <h2><code>@opentelemetry/[email protected]</code></h2> <p>Note: This package will now be versioned according to the version of semantic conventions being provided.</p> <h3>:rocket: (Enhancement)</h3> <ul> <li>feat(semconv): update semantic conventions to 1.27 (from 1.7.0) <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4690">#4690</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a> <ul> <li>Exported names have changed to <code>ATTR_{name}</code> for attributes (e.g. <code>ATTR_HTTP_REQUEST_METHOD</code>), <code>{name}_VALUE_{value}</code> for enumeration values (e.g. <code>HTTP_REQUEST_METHOD_VALUE_POST</code>), and <code>METRIC_{name}</code> for metrics. Exported names from previous versions are deprecated.</li> <li>Import <code>@opentelemetry/semantic-conventions</code> for <em>stable</em> semantic conventions. Import <code>@opentelemetry/semantic-conventions/incubating</code> for all semantic conventions, stable and unstable.</li> </ul> </li> </ul> <h2>v1.26.0</h2> <h2>1.26.0</h2> <h3>:rocket: (Enhancement)</h3> <ul> <li>feat: include instrumentation scope info in console span and log record exporters <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4848">#4848</a> <a href="https://github.com/blumamir"><code>@blumamir</code></a></li> <li>feat(semconv): update semantic conventions to 1.27 (from 1.7.0) <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4690">#4690</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a> <ul> <li>Exported names have changed to <code>ATTR_{name}</code> for attributes (e.g. <code>ATTR_HTTP_REQUEST_METHOD</code>), <code>{name}_VALUE_{value}</code> for enumeration values (e.g. <code>HTTP_REQUEST_METHOD_VALUE_POST</code>), and <code>METRIC_{name}</code> for metrics. Exported names from previous versions are deprecated.</li> <li>Import <code>@opentelemetry/semantic-conventions</code> for <em>stable</em> semantic conventions. Import <code>@opentelemetry/semantic-conventions/incubating</code> for all semantic conventions, stable and unstable.</li> <li>Note: Semantic conventions are now versioned separately from other stable artifacts, to correspond to the version of semantic conventions they provide. Changes will be in a separate changelog.</li> </ul> </li> </ul> <h3>:bug: (Bug Fix)</h3> <ul> <li>fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4879">#4879</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> <li>deps(opentelemetry-instrumentation): Bump <code>shimmer</code> types to 1.2.0 <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4865">#4865</a> <a href="https://github.com/lforst"><code>@lforst</code></a></li> <li>fix(instrumentation): Fix optional property types <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4833">#4833</a> <a href="https://github.com/alecmev"><code>@alecmev</code></a></li> <li>fix(sdk-metrics): fix(sdk-metrics): use inclusive upper bounds in histogram <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4829">#4829</a></li> </ul> <h3>:house: (Internal)</h3> <ul> <li>refactor: Simplify the code for the <code>getEnv</code> function <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4799">#4799</a> <a href="https://github.com/danstarns"><code>@danstarns</code></a></li> <li>refactor: remove "export *" in favor of explicit named exports <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4880">#4880</a> <a href="https://github.com/robbkidd"><code>@robbkidd</code></a> <ul> <li>Packages updated: <ul> <li>opentelemetry-context-zone</li> <li>opentelemetry-core</li> <li>opentelemetry-exporter-jaeger</li> <li>opentelemetry-exporter-zipkin</li> <li>opentelemetry-propagator-b3</li> <li>opentelemetry-propagator-jaeger</li> <li>opentelemetry-sdk-trace-base</li> <li>opentelemetry-sdk-trace-node</li> <li>opentelemetry-sdk-trace-web</li> </ul> </li> </ul> </li> </ul> </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"><code>@opentelemetry/semantic-conventions</code>'s changelog</a>.</em></p> <blockquote> <h1>CHANGELOG</h1> <p>All notable changes to this project will be documented in this file.</p> <p>For API changes, see the <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/api/CHANGELOG.md">API CHANGELOG</a>. For experimental package changes, see the <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/CHANGELOG.md">experimental CHANGELOG</a>. For semantic convention package changes, see the <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/packages/semantic-conventions/CHANGELOG.md">semconv CHANGELOG</a>.</p> <h2>Unreleased</h2> <h3>:boom: Breaking Change</h3> <h3>:rocket: (Enhancement)</h3> <ul> <li>feat: add processors for adding session.id attribute to spans and logs <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4972">#4972</a></li> </ul> <h3>:bug: (Bug Fix)</h3> <ul> <li>fix(sdk-trace-base): avoid keeping non-string <code>status.message</code> on <code>Span#setStatus()</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4999">#4999</a> <a href="https://github.com/pichlermarc"><code>@pichlermarc</code></a></li> <li>fix(sdk-metrics): Add missing catch and handle error in promise of <code>PeriodicExportingMetricReader</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5006">#5006</a> <a href="https://github.com/jj22ee"><code>@jj22ee</code></a></li> <li>fix(opentelemetry-core): confusing log extract of composite propagator <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5017">#5017</a> <a href="https://github.com/rv2673"><code>@rv2673</code></a></li> </ul> <h3>:books: (Refine Doc)</h3> <h3>:house: (Internal)</h3> <ul> <li>deps: set <code>@opentelemetry/api</code> dependency min version to 1.3.0 in <code>examples</code>, <code>experimental/packages</code>, <code>integration-tests</code> and <code>selenium-tests</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4992">#4992</a></li> <li>refactor(sdk-metrics): replace <code>MetricsAttributes</code> with <code>Attributes</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5021">#5021</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> <li>refactor(instrumentation-http): replace <code>SpanAttributes</code> and <code>MetricsAttributes</code> with <code>Attributes</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5023">#5023</a> <a href="https://github.com/david-luna"><code>@david-luna</code></a></li> </ul> <h2>1.26.0</h2> <h3>:rocket: (Enhancement)</h3> <ul> <li>feat: include instrumentation scope info in console span and log record exporters <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4848">#4848</a> <a href="https://github.com/blumamir"><code>@blumamir</code></a></li> <li>feat(semconv): update semantic conventions to 1.27 (from 1.7.0) <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4690">#4690</a> <a href="https://github.com/dyladan"><code>@dyladan</code></a> <ul> <li>Exported names have changed to <code>ATTR_{name}</code> for attributes (e.g. <code>ATTR_HTTP_REQUEST_METHOD</code>), <code>{name}_VALUE_{value}</code> for enumeration values (e.g. <code>HTTP_REQUEST_METHOD_VALUE_POST</code>), and <code>METRIC_{name}</code> for metrics. Exported names from previous versions are deprecated.</li> <li>Import <code>@opentelemetry/semantic-conventions</code> for <em>stable</em> semantic conventions. Import <code>@opentelemetry/semantic-conventions/incubating</code> for all semantic conventions, stable and unstable.</li> <li>Note: Semantic conventions are now versioned separately from other stable artifacts, to correspond to the version of semantic conventions they provide. Changes will be in a separate changelog.</li> </ul> </li> </ul> <h3>:bug: (Bug Fix)</h3> <ul> <li>fix(sdk-node): avoid spurious diag errors for unknown OTEL_NODE_RESOURCE_DETECTORS values <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4879">#4879</a> <a href="https://github.com/trentm"><code>@trentm</code></a></li> <li>deps(opentelemetry-instrumentation): Bump <code>shimmer</code> types to 1.2.0 <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4865">#4865</a> <a href="https://github.com/lforst"><code>@lforst</code></a></li> <li>fix(instrumentation): Fix optional property types <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4833">#4833</a> <a href="https://github.com/alecmev"><code>@alecmev</code></a></li> <li>fix(sdk-metrics): fix(sdk-metrics): use inclusive upper bounds in histogram <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/4829">#4829</a></li> </ul> <h3>:house: (Internal)</h3> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/720bc8c70d47029cb6b41a34ffdc3d25cbaa2f80"><code>720bc8c</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4960">#4960</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/65cedf71bd7a26937f1079f85b1629a4f671f6b2"><code>65cedf7</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4949">#4949</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/bd25230eae8b77f8d6cd24fcdd39d1eb334d2eae"><code>bd25230</code></a> docs: document console exporter output stability (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4956">#4956</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/948496dcbff3c5b48f3e48bfd6ac5fd186f62a16"><code>948496d</code></a> chore: pin unit test to node 22.6 until 22.8 is available (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4957">#4957</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/966ac176af249d86de6cb10feac2306062846768"><code>966ac17</code></a> docs: Describe support for ESM (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4876">#4876</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/2ca24594144253afa2bf7ee172bbfe1a1c58969d"><code>2ca2459</code></a> test(exporter-logs-otlp-grpc): improve error reporting in particular test fai...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c398601cc182ccc4af1144445e0ea9b797ff4426"><code>c398601</code></a> feat(jaeger-remote-sampler): Implement jaeger remote sampler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4589">#4589</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3cf1c5215f2656ccb82e6a73cd9e6f2782f8d1cc"><code>3cf1c52</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4939">#4939</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/5578a11dfd45f6effc8bfedbca4e5eed69417e05"><code>5578a11</code></a> chore: sync package-lock.json (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/4947">#4947</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/5c1ae0aa5b686aae3e7511f1eb9cfcc4d7ab2326"><code>5c1ae0a</code></a> docs(sdk-metrics): Update Histogram docs to reflect upper bound inclusivity (...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/v1.9.1...semconv/v1.27.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/~pichlermarc">pichlermarc</a>, a new releaser for <code>@opentelemetry/semantic-conventions</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@opentelemetry/semantic-conventions&package-manager=npm_and_yarn&previous-version=1.9.1&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 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) </details>
- Loading branch information