Kevin Schroeder
Kevin Schroeder
I have a test that I run on `CoreMapExpressionExtractor` which relies on caching the result of an annotation run so I don't have to run the parser each time. I...
Addresses a problem from [issue 1127](https://github.com/prometheus/client_python/issues/1126) for Windows/WSL users concerning `PROMETHEUS_MULTIPROC_DIR` path. (Also fixed some grammar issues in multiprocess documentation)
I ran into relatively esoteric issue when using `MultiProcessCollector` on a Windows Subsystem for Linux installation. I don't know that I would consider it a bug or anything that necessarily...