This message was deleted.
# support
s
This message was deleted.
s
I added a logging exporter with
verbosity: detailed
and I see a bunch of metrics with DataType: Empty
They look like this:
Copy code
Metric #1
Descriptor:
     -> Name: http.server.duration
     -> Description: measures the duration of the inbound HTTP request
     -> Unit: ms
     -> DataType: Empty
Metric #2
Descriptor:
     -> Name: http.server.response.size
     -> Description: measures the size of HTTP response messages (compressed).
     -> Unit: By
     -> DataType: Empty
This is a Python (FastAPI) application. Something must be wrong with instrumentation or a library.
s
Looks like you already made PR in upstream repo https://github.com/open-telemetry/opentelemetry-python/pull/3395.