Skip to content

[One Discover][Logs UX] Update OpenTelemetry Semantic Conventions#256613

Merged
CoenWarmer merged 2 commits intomainfrom
otel_semconv_sync_1773036702
Mar 18, 2026
Merged

[One Discover][Logs UX] Update OpenTelemetry Semantic Conventions#256613
CoenWarmer merged 2 commits intomainfrom
otel_semconv_sync_1773036702

Conversation

@kibanamachine
Copy link
Copy Markdown
Contributor

This PR updates the OpenTelemetry semantic conventions definitions to the latest version.

Changes Made

  • ✅ Updated resolved-semconv.yaml with latest conventions from OpenTelemetry repository
  • ✅ Regenerated resolved-semconv.ts with new field definitions and metadata
  • ✅ Applied ESLint formatting to generated files

Validation

  • ✅ TypeScript compilation successful
  • ✅ Package tests passing
  • ✅ ESLint formatting applied

🤖 Generated automatically by Buildkite workflow

- Updated resolved-semconv.yaml with latest OTel conventions
- Regenerated TypeScript definitions with new field metadata
- Generated automatically by Buildkite workflow
@kibanamachine kibanamachine requested a review from a team as a code owner March 9, 2026 06:11
@kibanamachine kibanamachine added release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Team:obs-onboarding Observability Onboarding Team otel-semantic-conventions labels Mar 9, 2026
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/obs-onboarding-team (Team:obs-onboarding)

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 9, 2026

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • src/platform/packages/shared/kbn-otel-semantic-conventions/assets/resolved-semconv.yaml
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 62674779-a965-4b96-972e-3fe45e6328e3

📥 Commits

Reviewing files that changed from the base of the PR and between a0d1822 and 54462c5.

📒 Files selected for processing (1)
  • src/platform/packages/shared/kbn-otel-semantic-conventions/assets/resolved-semconv.yaml

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch otel_semconv_sync_1773036702
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

You can disable the changed files summary in the walkthrough.

Disable the reviews.changed_files_summary setting to disable the changed files summary in the walkthrough.

Copy link
Copy Markdown
Contributor

@CoenWarmer CoenWarmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great

@gbamparop
Copy link
Copy Markdown
Contributor

@elasticmachine merge upstream

@gbamparop
Copy link
Copy Markdown
Contributor

Great

@CoenWarmer should this be merged?

@elasticmachine
Copy link
Copy Markdown
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] Jest Integration Tests #1 / searchable snapshots on cloud existing policy correctly sets snapshot repository default to "found-snapshots"
  • [job] [logs] Jest Integration Tests #1 / searchable snapshots should update the repository in all searchable snapshot actions

Metrics [docs]

✅ unchanged

History

@CoenWarmer CoenWarmer merged commit e43d1a3 into main Mar 18, 2026
15 checks passed
@CoenWarmer CoenWarmer deleted the otel_semconv_sync_1773036702 branch March 18, 2026 14:22
szwarckonrad pushed a commit to szwarckonrad/kibana that referenced this pull request Mar 18, 2026
…astic#256613)

This PR updates the OpenTelemetry semantic conventions definitions to
the latest version.

### Changes Made
- ✅ Updated `resolved-semconv.yaml` with latest conventions from
OpenTelemetry repository
- ✅ Regenerated `resolved-semconv.ts` with new field definitions and
metadata
- ✅ Applied ESLint formatting to generated files

### Validation
- ✅ TypeScript compilation successful
- ✅ Package tests passing
- ✅ ESLint formatting applied

🤖 Generated automatically by Buildkite workflow

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
mbondyra added a commit to mbondyra/kibana that referenced this pull request Mar 18, 2026
…d_agent_navigation2

* commit 'b511b784a89644463497411bc8cfac03522d43a9': (40 commits)
  skip failing test suite (elastic#252959)
  skip failing test suite (elastic#255548)
  skip failing test suite (elastic#256140)
  skip failing test suite (elastic#257103)
  skip failing test suite (elastic#258148)
  [SharedUX] Add solution view switch callout to spaces plugin (elastic#258093)
  skip tests consistently failing on ECH (elastic#258157)
  [EDR Workflows][Osquery] Disable tags for scheduled queries (elastic#258222)
  [Security solution][Attacks] Add navigation E2E test  (elastic#255373)
  [canvas] fix unable to load embeddable when no references are provided (elastic#257779)
  docs(streams): update Discovery settings labels and help text (elastic#258328)
  [ResponseOps] Fixes x-pack/platform/test/alerting_api_integration/spaces_only/tests/alerting/group4/alert_severity.ts flaky test (elastic#258226)
  [Lens as Code] Fix legend truncation issues (elastic#258216)
  Upgraded flatted (elastic#258252)
  [One Discover][Logs UX] Update OpenTelemetry Semantic Conventions (elastic#256613)
  add Agent Builder compatibility to connectors (elastic#257491)
  [Obs AI] Add o11y data-generators (OpenRCA and RCAEval) for producing logs, metrics, traces (elastic#256591)
  [One Workflow] Update execution history UI: show nested workflows steps (elastic#257352)
  [One Workflow] bulkUpdateSchedules should be called with request to follow auth (elastic#258150)
  [Agent Builder] Semantic Meta Layer (elastic#254849)
  ...
qn895 pushed a commit to qn895/kibana that referenced this pull request Mar 18, 2026
…astic#256613)

This PR updates the OpenTelemetry semantic conventions definitions to
the latest version.

### Changes Made
- ✅ Updated `resolved-semconv.yaml` with latest conventions from
OpenTelemetry repository
- ✅ Regenerated `resolved-semconv.ts` with new field definitions and
metadata
- ✅ Applied ESLint formatting to generated files

### Validation
- ✅ TypeScript compilation successful
- ✅ Package tests passing
- ✅ ESLint formatting applied

🤖 Generated automatically by Buildkite workflow

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
jeramysoucy pushed a commit to jeramysoucy/kibana that referenced this pull request Mar 26, 2026
…astic#256613)

This PR updates the OpenTelemetry semantic conventions definitions to
the latest version.

### Changes Made
- ✅ Updated `resolved-semconv.yaml` with latest conventions from
OpenTelemetry repository
- ✅ Regenerated `resolved-semconv.ts` with new field definitions and
metadata
- ✅ Applied ESLint formatting to generated files

### Validation
- ✅ TypeScript compilation successful
- ✅ Package tests passing
- ✅ ESLint formatting applied

🤖 Generated automatically by Buildkite workflow

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting otel-semantic-conventions release_note:skip Skip the PR/issue when compiling release notes Team:obs-onboarding Observability Onboarding Team v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants