semantic-conventions/docs
Joao Grassi b5a44e31e4
Not render deprecated enum members in examples (#2624)
Signed-off-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2025-08-18 15:07:36 +00:00
..
app Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
azure Change `azure_` and `az.` to `azure.` across all conventions (#1698) 2025-06-24 15:44:05 +00:00
browser Add Browser Web Vitals Event (#1940) 2025-04-08 23:03:52 +00:00
cicd Enforce consistency of metric briefs (#2540) 2025-07-21 04:57:36 +00:00
cli Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
cloud-providers Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
cloudevents Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
code Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
database [chore] Set enum briefs for Azure (#2557) 2025-08-14 11:24:51 +00:00
dns [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
dotnet [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
exceptions [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
faas [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
feature-flags [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
gen-ai [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
general Remove outdated section from naming doc (#2644) 2025-08-18 14:55:43 +00:00
graphql Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
hardware Enforce consistency of metric briefs (#2540) 2025-07-21 04:57:36 +00:00
how-to-write-conventions [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
http [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
messaging [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
mobile Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
non-normative More informative container runtime #2342 (#2407) 2025-08-08 20:18:13 +00:00
object-stores Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
otel Enforce consistency of metric briefs (#2540) 2025-07-21 04:57:36 +00:00
registry Not render deprecated enum members in examples (#2624) 2025-08-18 15:07:36 +00:00
resource [chore] Set enum briefs for AWS (#2556) 2025-08-14 11:25:33 +00:00
rpc [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
runtime [chore] Update spec repo links to v1.48.0 (#2625) 2025-08-13 21:08:39 +00:00
system Add missing brief on `ios.state` attribute and add policies to require briefs (#2506) 2025-08-07 20:34:14 +00:00
url Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
README.md Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00: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.
  • Profiles: Semantic Conventions for profiles.
  • Resource: Semantic Conventions for resources.
  • Trace: Semantic Conventions for traces and spans.

Also see, Non-normative supplementary information.