I know otel recommends to log duration as seconds ([ref](https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-units)), but at the same time many of otel middelwares report this as milliseconds: - [grpc](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/google.golang.org/grpc/otelgrpc/interceptor.go#L334) - [http](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/instrumentation/net/http/otelhttp/transport.go#L166) And there's a longer [discussion](https://github.com/open-telemetry/opentelemetry-specification/issues/2977) about this issue as well.