Arvind

Results 5 comments of Arvind

@ashwanthkumar Plugin Version: `1.4.0-RC10` With the previous version (which I don't remember what) was working fine. ```gocd.slack { login = "slack" password = "yon5RPnOi" server-host = "http://localhost:8153/" api-server-host = "http://localhost:8153/"...

Hi @ashwanthkumar, Did you get a chance to look at this?

I've followed the doc above, but there is only a blank response on `/metrics` endpoint. as in here: https://github.com/rycus86/prometheus_flask_exporter/tree/master/examples/gunicorn The same works fine if it is just PrometheusMetrics. Are there...

Solved it. The issue was the ```prometheus_multiproc_dir``` variable should be outside from `.env` Earlier the same was set from `os.environ['prometheus_multiproc_dir']` which wasn't visible to the downstream processes.