semantic-conventions/specification
Alexander Wert ded7a09e07
Final restructuring cleanup (#158)
2023-07-04 21:15:56 -07:00
..
cloud-providers Moved RPC semantic conventions (#145) 2023-07-03 09:34:01 -07:00
cloudevents Moved CloudEvents semconv (#153) 2023-07-03 17:50:49 +02:00
database Moved database semantic conventions (#144) 2023-07-01 07:27:27 -07:00
exceptions Moved Exceptions semconv (#147) 2023-07-03 08:00:15 -07:00
faas Restructured messaging semconv (#146) 2023-07-03 13:04:08 -07:00
feature-flags Restructured feature flag semconv (#151) 2023-07-03 10:32:37 -07:00
general Final restructuring cleanup (#158) 2023-07-04 21:15:56 -07:00
http Moved general semantic conventions markdown to a topic folder. (#143) 2023-06-30 09:20:14 -07:00
messaging Restructured messaging semconv (#146) 2023-07-03 13:04:08 -07:00
object-stores Moved database semantic conventions (#144) 2023-07-01 07:27:27 -07:00
resource/semantic_conventions Moved FaaS semconv (#148) 2023-07-03 17:56:44 +02:00
rpc Moved RPC semantic conventions (#145) 2023-07-03 09:34:01 -07:00
system Moved system metrics semconv (#154) 2023-07-03 08:26:13 -07:00
README.md Final restructuring cleanup (#158) 2023-07-04 21:15:56 -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.
  • CloudEvents: Semantic Conventions for the CloudEvents specification.
  • Cloud Providers: Semantic Conventions for cloud providers libraries.
  • 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.