semantic-conventions/docs
Josh Suereth 5816d4bb09
[chore] Fix link to apphub api. (#2012)
2025-03-21 16:08:38 +01:00
..
attributes-registry [chore] Fix link to apphub api. (#2012) 2025-03-21 16:08:38 +01: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 adjust process.executable.name semantic expectation (#1737) 2025-02-27 13:25:40 -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 mark code.* attributes as release candidate (#1599) 2025-03-05 16:41:28 -08:00
database [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
dns [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
dotnet [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
exceptions [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
faas [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
feature-flags [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
gen-ai [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
general [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
graphql Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
hardware [chore] move hardware host metrics to the yaml format (#1927) 2025-03-04 18:26:00 +00:00
http [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
messaging [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
mobile Rework device events (#1880) 2025-02-18 10:04:31 -08:00
non-normative [editorial] Drop page self-link, adjust prose (#1977) 2025-03-09 17:24:58 -07: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 [chore] Fix link to apphub api. (#2012) 2025-03-21 16:08:38 +01:00
rpc [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
runtime [chore] Update spec repo links to v1.43.0 (#2004) 2025-03-19 05:52:10 -07:00
system Remove unused old markdown link check (#1993) 2025-03-13 08:27:32 -07: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.