Velan987
Velan987
Hi @csmarchbanks, we are using prometheus-client 0.15.0 in docker environment Below is the full error: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 2051, in wsgi_app response = self.full_dispatch_request() File...
I have configured my application like below metrics = MultiprocessInternalPrometheusMetrics(app, path="/api/metrics") values.ValueClass = values.MultiProcessValue(os.getppid) If I do not add "values.ValueClass = values.MultiProcessValue(os.getppid)" facing slowness in metrics endpoint