stephenhillier / starlette_exporter

Prometheus exporter for Starlette and FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature : support open metrics exemplars

camerondavison opened this issue · comments

I just read that

Exemplars are not supported

For multi process mode. That is a bummer. I wonder how much work it would be to fix the prom client.

That's too bad, would that be a deal breaker for you? I might work on adding support for exemplars in single process mode anyway (unless you already wanted to submit a PR)

I don't have a pr yet. It would be a deal breaker for me. But if you add support I assume it will work when they add the support

Added in #58 - unfortunately prometheus_client seems to still not support exemplars for multiprocess mode. Closing as done since exemplars were added here and it should work for anyone not using multiprocess mode. Hopefully support is added soon.