Overview of OpenTelemetry General Semantic Conventions
mainOpenTelemetry Semantic Conventions provide a standardized set of names and structures for attributes, events, logs, metrics, and spans. Using these conventions ensures that telemetry data produced by different instruments and libraries is interoperable and can be consistently queried and analyzed by backend systems.
This repository defines the following core areas of general semantic conventions:
- General attributes: Standardized attribute keys used across different telemetry types.
- Events: Conventions for structured events within telemetry.
- Logs: Conventions for log data.
- Metrics: Conventions for metric data.
- Spans: Conventions for traces and spans.