Concept
OpenTelemetry
Manual
In tracing (especially distributed tracing, such as in OpenTelemetry), the terms resource, scope, and span each represent specific concepts in how trace data is structured and organized:
🧱 Span — the basic unit of trace
A span represents a single operation w...