Closed as not planned
Description
Component(s)
metricstransformprocessor
Is your feature request related to a problem? Please describe.
To help normalize telemetry between old and stable http semantic conventions, I need to be able to convert the http.client.duration
histogram I need to be able to scale from ms
to seconds
. The metrics transform processor can do this for histograms, but not exponential histograms.
Describe the solution you'd like
Update the processor so it can scale exponential histograms.
Describe alternatives you've considered
No response