semantic-conventions/docs
Josh Suereth 18400cf93c
Bump to latest version of the specification. (#185)
2023-07-12 16:38:13 +02:00
..
cloud-providers Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
cloudevents Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
database Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
exceptions Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
faas Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
feature-flags Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
general Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
http Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
messaging Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
object-stores Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
resource Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
rpc Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
system Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
url Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
README.md [editorial] Fix doc page titles and add Hugo front matter (#175) 2023-07-07 15:53:22 -07: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.
  • 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.