Ladd Van Tol
Ladd Van Tol
Makes sense -- I guess having a strong recommendation to use a true decimal type in implementation might make this more clear: From https://github.com/kstenerud/concise-encoding/blob/master/cte-specification.md#base-10-notation > For example, 64-bit ieee754 floating...
`device.kind` makes sense. When I've implemented this previously, we've had enumerate values like: - mobile - wearable - desktop - streamer Where "mobile" would include both phones and tablets, due...
Would it make sense to use integer nanosecond timestamps to be consistent timestamp/duration measurement in the rest of [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-proto/blob/main/opentelemetry/proto/trace/v1/trace.proto#L191) Looking beyond the browser, these are potentially applicable to a native...