semantic-conventions/docs
Josh Suereth 2ce39aa87d
Merge experimental and stable attributes per resource type. (#1423)
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-11-06 08:24:28 -08:00
..
attributes-registry Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
azure Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
cloud-providers [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
cloudevents [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
database Cosmos DB: Operation Level Metrics (#1438) 2024-10-28 16:49:22 -07:00
dns [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
dotnet Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
exceptions Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
faas Use `SHOULD` instead of `MUST` for span kinds on DB, GenAI and FaaS (#1506) 2024-10-24 15:02:45 +02:00
feature-flags Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
gen-ai genai: add system_fingerprint attribute (#1355) 2024-11-01 03:00:09 +00:00
general Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
graphql [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
hardware [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
http Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
messaging [chore] Add messaging stabilization notice to all pages (#1528) 2024-10-30 17:39:53 +00:00
mobile Render events with bodies (#1464) 2024-10-18 15:07:22 -07:00
non-normative Database semconv stability migration guide (#1090) 2024-10-10 10:44:07 -07:00
object-stores [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
resource Merge experimental and stable attributes per resource type. (#1423) 2024-11-06 08:24:28 -08:00
rpc Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
runtime [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
system Use wikipedia for OSI link instead of osi-model.com (#1547) 2024-11-05 10:01:50 +01:00
url [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
README.md [editorial] Move supplementary-guidelines into docs (#1284) 2024-07-29 10:06:52 +02: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.
  • 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.