I'm trying to use this experimental feature and having no luck. Has anyone here tried it? Is the usage documented anywhere? Here is my setup:
Prom version: built locally off the main branch using docker (rev: 763a0d805c8f7f6e2cbd49c4c2c5e250e9dc5cd2)
CLI options: `--enable-feature=exemplar-storage` and `--storage.exemplars.exemplars-limit=100000` along with the default options provided by CMD directive on the Dockerfile
Metrics:
# HELP request_total Counts total number of requests
# TYPE request_total counter
request_total{url="/collection/"} 3 1617208935086 # {trace_id="234234234234234234234"} 1
request_total{url="/insert/"} 3 1617208935091 # {trace_id="234234234234234234234"} 1
request_total{url="/get/"} 3 1617208935096 # {trace_id="234234234234234234234"} 1
Seems like that's all that is required when I read the source code. However I'm still getting the following error:
level=debug ts=2021-03-31T17:21:48.016Z caller=scrape.go:1149 component="scrape manager" scrape_pool=node target=
http://192.168.1.198:9464/metrics msg="Append failed" err="expected next entry after timestamp, got \"MNAME\""