Exemplar support
Does this lib already support examplars?
Currently this library does not expose exemplars (though it can parse them from open metrics payloads). It is something I would like to support though.
https://github.com/prometheus/client_python/pull/669 adds support for exemplars when running in single process mode, multi process will need a bit more work.
Are there any plans to get exemplars working with multi-proc?
I have not had time to work on exemplars in multi-process mode but would like to support it. I would certainly be happy to review a contribution.