semantic-conventions/docs
jason plumb e70853397b
Rework device events (#1880)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
2025-02-18 10:04:31 -08:00
..
attributes-registry Rework device events (#1880) 2025-02-18 10:04:31 -08:00
azure Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cicd Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cli Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cloud-providers Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
cloudevents Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
code Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
database [db] rename `db.system` to `db.system.name` for metrics and update values (#1917) 2025-02-18 08:48:51 -08:00
dns Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
dotnet Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
exceptions [editorial] Fix invalid external links with fragments (#1882) 2025-02-07 17:13:02 +00:00
faas Set span kind on span definitions or change ambiguous spans to attribute groups (#1890) 2025-02-12 10:45:31 -08:00
feature-flags Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
gen-ai Update to weaver 0.13.2 (#1902) 2025-02-14 08:26:19 -08:00
general Rework device events (#1880) 2025-02-18 10:04:31 -08:00
graphql Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
hardware Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
http Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
messaging [chore] correct consumer group attribute name in kafka sample (#1907) 2025-02-14 17:24:28 +00:00
mobile Rework device events (#1880) 2025-02-18 10:04:31 -08:00
non-normative Updating experimental -> development in docs (#1895) 2025-02-13 01:55:52 +00:00
object-stores Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
otel Add SDK span telemetry metrics (#1631) 2025-02-13 09:38:45 +01:00
resource Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
rpc Set span kind on span definitions or change ambiguous spans to attribute groups (#1890) 2025-02-12 10:45:31 -08:00
runtime Updating experimental -> development in docs (#1895) 2025-02-13 01:55:52 +00:00
system Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
url Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
README.md [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00

README.md

OpenTelemetry semantic conventions

The Semantic Conventions define a common set of (semantic) attributes which provide meaning to data when collecting, producing and consuming it. The Semantic Conventions specify among other things span names and kind, metric instruments and units as well as attribute names, types, meaning and valid values. For a detailed definition of the Semantic Conventions' scope see Semantic Conventions Stability. The benefit to using Semantic Conventions is in following a common naming scheme that can be standardized across a codebase, libraries, and platforms. This allows easier correlation and consumption of data.

Semantic Conventions are defined for the following areas:

  • General: General Semantic Conventions.
  • CICD: Semantic Conventions for CICD systems.
  • Code: Semantic Conventions for code.
  • Cloud Providers: Semantic Conventions for cloud providers libraries.
  • CloudEvents: Semantic Conventions for the CloudEvents specification.
  • Database: Semantic Conventions for database operations.
  • Exceptions: Semantic Conventions for exceptions.
  • FaaS: Semantic Conventions for Function as a Service (FaaS) operations.
  • Feature Flags: Semantic Conventions for feature flag evaluations.
  • Generative AI: Semantic Conventions for generative AI (LLM, etc.) operations.
  • GraphQL: Semantic Conventions for GraphQL implementations.
  • HTTP: Semantic Conventions for HTTP client and server operations.
  • Messaging: Semantic Conventions for messaging operations and systems.
  • Object Stores: Semantic Conventions for object stores operations.
  • RPC: Semantic Conventions for RPC client and server operations.
  • System: System Semantic Conventions.

Semantic Conventions by signals:

  • Events: Semantic Conventions for event data.
  • Logs: Semantic Conventions for logs data.
  • Metrics: Semantic Conventions for metrics.
  • Resource: Semantic Conventions for resources.
  • Trace: Semantic Conventions for traces and spans.

Also see, Non-normative supplementary information.