semantic-conventions/specification
Alexander Wert 93851b1b20
Moved Exceptions semconv (#147)
2023-07-03 08:00:15 -07:00
..
cloud-providers Moved database semantic conventions (#144) 2023-07-01 07:27:27 -07: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
general Moved Exceptions semconv (#147) 2023-07-03 08:00:15 -07:00
http Moved general semantic conventions markdown to a topic folder. (#143) 2023-06-30 09:20:14 -07:00
logs/semantic_conventions Moved Exceptions semconv (#147) 2023-07-03 08:00:15 -07:00
metrics/semantic_conventions Moved database semantic conventions (#144) 2023-07-01 07:27:27 -07:00
object-stores Moved database semantic conventions (#144) 2023-07-01 07:27:27 -07:00
resource/semantic_conventions Moved general semantic conventions markdown to a topic folder. (#143) 2023-06-30 09:20:14 -07:00
trace/semantic_conventions Moved Exceptions semconv (#147) 2023-07-03 08:00:15 -07:00
README.md Moved Exceptions semconv (#147) 2023-07-03 08:00:15 -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.
  • Exceptions: Semantic Conventions for Exceptions.
  • HTTP: Semantic Conventions for HTTP client and server operations.
  • Database: Semantic Conventions for database operations.
  • Other areas can be found in the signal specific Semantic Conventions below

Semantic Conventions by signals:

  • Resource: Semantic Conventions for resources.
  • Trace: Semantic Conventions for traces and spans.
  • Metrics: Semantic Conventions for metrics.
  • Logs: Semantic Conventions for logs data.
  • Events: Semantic Conventions for event data.