Hi,
Has anyone had any luck writing prometheus (OpenMetrics) exemplars as annotations to M3? I have prometheus set up with the Open Metrics parser and the data values are being written to m3; however, the trace ID I sent as exemplars are not being written. Not sure if I need to make any remote_write configs on Prometheus or configure something in m3.
Both instances are running in docker
Prom config (remote write/read)
m3db config: default config used by that docker image.
Any ideas?