opentelemetry-collector-contrib icon indicating copy to clipboard operation
opentelemetry-collector-contrib copied to clipboard

[receiver/prometheusreceiver] Add exemplars to prometheus receiver

Open aishyandapalli opened this issue 2 years ago • 0 comments

Description: Added a support to acknowledge exemplars from prometheus receiver and attach the exemplars to otel metric object.

Adding a feature Currently, there is no support for exemplars in prometheus receiver. Added functionality to address this

Link to tracking Issue: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/8353

Testing: Used prometheusremotewrite to send data with exemplars and verified if we are able to visualize exemplars data.

aishyandapalli avatar Aug 05 '22 23:08 aishyandapalli