Hi there,
I want to use the exemplar feature to expose exemplar to metrics.
I found the a promising example code here:
But when I download and run the whole example, I still can't see exemplar.
all I got was like
...
rpc_durations_histogram_seconds_bucket{le="1.0000000000000216e-05"} 11
rpc_durations_histogram_seconds_bucket{le="0.00011000000000000022"} 14
rpc_durations_histogram_seconds_bucket{le="0.00021000000000000023"} 16
rpc_durations_histogram_seconds_bucket{le="0.0003100000000000002"} 17
rpc_durations_histogram_seconds_bucket{le="0.0004100000000000002"} 19
rpc_durations_histogram_seconds_bucket{le="0.0005100000000000003"} 19
...
But I was expecting something like
rpc_durations_histogram_seconds_bucket{le="0.0005100000000000003"} 19 # {"dummyID": "xxxxx"}
Did I missed anything?