Vague spec: Span attributes may be "numeric" #425
Labels
area:api
Cross language API specification issue
priority:p1
Highest priority level
release:required-for-ga
Must be resolved before GA release, or nice to have before GA
spec:protocol
Related to the specification/protocol directory
spec:trace
Related to the specification/trace directory
Milestone
See https://github.com/open-telemetry/opentelemetry-specification/blame/2316771e7e0ca3bfe9b2286d13e3a41ded6b8858/specification/api-tracing.md#L366:
"Numeric" is very vague. Do we allow integers? How big? Floats? Which precision? Rationals? Decimals? Imaginary numbers? (Python even has literals for them).
I think it would be best to recommend what (not) to support. For example, the current opentelemetry-proto supports signed int64 and IEEE double.
The text was updated successfully, but these errors were encountered: