semantic-conventions/docs
Victorien 91bb59c19d
Update `process.runtime` example for the Python language (#1772)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-23 19:29:52 -08:00
..
attributes-registry [vcs] add `vcs.change.time_to_merge` metric (#1685) 2025-01-23 12:05:46 -08:00
azure [chore] Generate attr name on requirement level notes (#1589) 2024-11-18 18:03:29 +01:00
cicd [vcs] add `vcs.change.time_to_merge` metric (#1685) 2025-01-23 12:05:46 -08:00
cli Add common guidance on recording errors on spans and metrics, clarify DB conventions (#1716) 2025-01-16 11:54:10 -08:00
cloud-providers rename some code attributes (#1624) 2025-01-07 13:09:08 -08:00
cloudevents [chore] Remove empty lines in generated markdown (#1477) 2024-10-15 08:52:26 -07:00
code rename some code attributes (#1624) 2025-01-07 13:09:08 -08:00
database Database: mention metrics in system-specific docs (#1779) 2025-01-24 03:21:44 +00:00
dns Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
dotnet Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
exceptions Fix TOC (#1801) 2025-01-23 08:45:17 -08:00
faas Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
feature-flags Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
gen-ai Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
general [editorial] Fix alias in general/trace.md (#1805) 2025-01-23 12:02:50 -08:00
graphql Add enum value separators (#1572) 2024-11-20 20:08:42 -08:00
hardware Fix lychee toml config (#1724) 2025-01-08 12:59:10 +01:00
http Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
messaging Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
mobile Deprecate `event.name` attribute in favor of EventName on the log record (#1646) 2024-12-16 20:21:17 -08:00
non-normative Add warning to db migration guide (#1785) 2025-01-22 09:18:47 -08:00
object-stores rename some code attributes (#1624) 2025-01-07 13:09:08 -08:00
resource Update `process.runtime` example for the Python language (#1772) 2025-01-23 19:29:52 -08:00
rpc Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
runtime Update specification version to 1.40.0 (#1763) 2025-01-17 15:51:42 -08:00
system Add note about logical and physical cpu numbers calculation (#1780) 2025-01-23 11:20:29 +01:00
url Fix broken anchors, remove `en` from some links (#1610) 2024-11-25 10:45:14 -08:00
README.md rename some code attributes (#1624) 2025-01-07 13:09:08 -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.