Need for a trace data model specification #1929
Labels
area:data-model
For issues related to data model
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
The metrics and logs signals contain a file that describes the data model independent of the OTLP protocol. This is a place where we describe details that are too complex to put in a simple comment, providing a reference manual for use of the data.
The developing specification for probability sampling requires additions to the trace data model, and there is no appropriate file location to put this content.
We should create a file that explains what a span is, what the fields conceptually mean, and what constraints to expect on their fields (e.g., start time should be before end time).
Additional context.
Metrics data model: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/datamodel.md
Logs data model: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md
The text was updated successfully, but these errors were encountered: