semantic-conventions/docs
jason plumb 889b0a4827
Add session.previous_id (#348)
2023-10-21 15:40:31 +02:00
..
attributes-registry Remove dashes to underscores normalization from http header attribute keys (#369) 2023-10-20 16:23:28 +02:00
cloud-providers Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
cloudevents Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
database Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
exceptions Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
faas Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
feature-flags Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
general Add session.previous_id (#348) 2023-10-21 15:40:31 +02:00
http Remove dashes to underscores normalization from http header attribute keys (#369) 2023-10-20 16:23:28 +02:00
messaging Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
mobile added mobile instrumentation to log-event semantic conventions (#67) 2023-10-20 10:11:52 +02:00
object-stores Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
resource Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
rpc Remove dashes to underscores normalization from http header attribute keys (#369) 2023-10-20 16:23:28 +02:00
runtime Revert to old `linkTitle` on runtime readme (#428) 2023-10-19 16:07:32 +02:00
system Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
url Move url to the registry (#400) 2023-10-18 12:59:44 +02:00
README.md [editorial] Rename general section pages by dropping `general` from the filename (#195) 2023-07-14 10:10:35 -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.