Elastic Exporter: Metrics: DoubleValueRecorder
and LongValueRecorder
are silently ignored
#1610
Labels
DoubleValueRecorder
and LongValueRecorder
are silently ignored
#1610
Describe the bug
DoubleValueRecorder
andLongValueRecorder
are silently ignored. We could document it and maybe emit a least one warning message per metric waiting to add support for it.Steps to reproduce
Create a
DoubleValueRecorder
with the OpenTelemetry SDK and export the metrics to Elastic. The metric will not appearWhat did you expect to see?
An histogram metric in Elastic or at least, two counters similarly to what the Elastic Java Agent does with Micrometer.
What did you see instead?
No metric is created in Elastic for
LongValueRecorder
andDoubleValueRecorder
without message to help understand the limitation.The source code of the Elastic Exporter indicates "TODO(axw) requires elastic/apm-server#3195" (see metrics.go#EncodeMetrics())
What version did you use?
What config did you use?
Environment
OS: MacOS
The text was updated successfully, but these errors were encountered: