semantic-conventions icon indicating copy to clipboard operation
semantic-conventions copied to clipboard

Defines standards for generating consistent, accessible telemetry across a variety of domains

Results 442 semantic-conventions issues
Sort by recently updated
recently updated
newest added

See confusion in https://github.com/open-telemetry/semantic-conventions/pull/2996 > However, to clarify — when we refer to avoiding OS names at the “root namespace” level, we also mean avoiding them at the area level....

triage:needs-triage

Progresses #2467 ## Changes This splits the tls handshake span into a server definition & a client definition with just the name differing between them. Note: if the PR is...

enhancement
area:network
area:dotnet

Closes #1257 ## Changes Deprecate all existing os types and instead use the field to describe the type of the OS ie windows or Unix. The existing types should be...

area:os
breaking

Fixes #1258 Sample os-release files available from https://github.com/which-distro/os-release ## Changes Introduces additional OS attributes which have been designed to enable greater clarity in their role with all attributes coming from...

enhancement
area:os

Fixes #2374 ## Changes This moves the CPU arch to now be under the host.cpu namespace rather than directly under the host namespace Note: if the PR is touching an...

area:host
breaking

Fixes #2365 ## Changes This change seeks to start removing the ambiguity of how to document both hybrid and on-premise deployments. The step taken here is to decouple the `cloud.platform`...

enhancement
experts needed
area:cloud
area:host
breaking

Closes #2426 ## Changes Relocate the session document to be located in its own group rather than buried in general. This is because the page is describing the events for...

Closes #1819 ## Changes This adds in an automated check for ensuring that all directories within the docs folder which also contain markdown files contains a readme.md file. > [!IMPORTANT]...

Fixes #1695 ## Changes As identified in #1695 the list of namespaces can quickly get out of date and as such they should be auto-generated or removed. Case in point...

## Changes Adds extra test cases for SQL query text sanitisation and summary parsing to cover more scenarios. We have used these test cases in the [.NET implementation](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/3116) while refining...