opentelemetry-operations-python icon indicating copy to clipboard operation
opentelemetry-operations-python copied to clipboard

support for valueRecorder?

Open Nan2018 opened this issue 5 years ago • 4 comments

it seems currently valueRecoder is not supported. Any plan for it?

Nan2018 avatar Aug 18 '20 16:08 Nan2018

Yes hoping to support it, but there is some debate and probably changes coming to ValueRecorder. It's probably best to wait until https://github.com/open-telemetry/opentelemetry-specification/issues/636 is resolved.

aabmass avatar Aug 19 '20 18:08 aabmass

Is there any way to still support any kind of valueRecorder at the moment, or only Counter is available?

amitripshtos avatar Sep 16 '20 06:09 amitripshtos

@amitripshtos right now unfortunately ValueRecorder is not supported and the issue linked above is still under a lot of debate.

aabmass avatar Sep 23 '20 20:09 aabmass

Value recorder is now called "Histogram". This should get fixed when we upgrade the exporter to the new stable SDK.

aabmass avatar Sep 27 '22 15:09 aabmass

Fixed in https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/204

aabmass avatar Nov 08 '22 19:11 aabmass