apple / swift-distributed-tracing

Instrumentation library for Swift server applications
https://swiftpackageindex.com/apple/swift-distributed-tracing/main/documentation/tracing
Apache License 2.0
222 stars 30 forks source link

Check if we need int8 in SpanAttribute or not #107

Closed ktoso closed 1 year ago

ktoso commented 1 year ago

otel only requires wide integers: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute

A primitive type: string, boolean, double precision floating point (IEEE 754-1985) or signed 64 bit integer.

So I think we're good to not support 8