Hi team,
can I export the metrics-generator data as prometheus data like I can do with openteletry collector? Or can only prometheus remote writer used?
If yes, how to configure?
Thx
Hi team,
can I export the metrics-generator data as prometheus data like I can do with openteletry collector? Or can only prometheus remote writer used?
If yes, how to configure?
Thx
If you’re using tempo-distributed helm charts, then following will do:
metricsGenerator:
enabled: true
config:
storage:
remote_write:
- url: "https://<prometheus>/api/v1/write"
send_exemplars: true