semantic-conventions/docs
otelbot[bot] e9a2ce0160
[chore] Update spec repo links to v1.49.0 (#2782)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
2025-09-17 00:37:36 +00:00
..
app [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
azure [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
browser [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
cicd Add guidance for CICD per pipeline run metrics (#2618) 2025-09-04 05:26:27 +00:00
cli [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
cloud-providers Add ONC/Sun RPC model and NFS system metrics (#2287) 2025-09-15 10:46:50 +00:00
cloudevents Move Attributes Registry to Registry / Attributes (#2251) 2025-05-15 01:58:45 +00:00
database [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
dns [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
dotnet [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
exceptions [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
faas [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
feature-flags [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
gen-ai [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
general [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
graphql [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
hardware Fix metrics requirement level link (#2691) 2025-08-29 18:11:07 +00:00
how-to-write-conventions [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
http [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
messaging [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
mobile [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
nfs Add ONC/Sun RPC model and NFS system metrics (#2287) 2025-09-15 10:46:50 +00:00
non-normative (k8s): add CPU limit/request utilization metrics for pod and container (#2514) 2025-09-11 13:08:43 +00:00
object-stores Add ONC/Sun RPC model and NFS system metrics (#2287) 2025-09-15 10:46:50 +00:00
otel [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
registry Clarify routes may contain static and dynamic segments (#2734) 2025-09-16 08:32:24 +00:00
resource [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
rpc [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
runtime [chore] Update spec repo links to v1.49.0 (#2782) 2025-09-17 00:37:36 +00:00
system (k8s): add CPU limit/request utilization metrics for pod and container (#2514) 2025-09-11 13:08:43 +00:00
url [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +00:00
README.md [chore] Cleanup of docs #2426 (#2428) 2025-09-08 14:14:46 +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.
  • 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.