zalando-zmon / zmon-worker

ZMON Python Worker
https://zmon.io/
Other
19 stars 41 forks source link

Increase prometheus_client version #210

Closed crack-king closed 7 years ago

crack-king commented 7 years ago

The current version of the prometheus_client uses an outdated version of the client, which got a fix for the trailing comma problem. We should update the version

See: https://github.com/prometheus/client_python/pull/133

hjacobs commented 7 years ago

We just use the latest prometheus_client (https://github.com/zalando-zmon/zmon-worker/blob/master/requirements.txt#L27), i.e. we only need to build a new Docker image.

crack-king commented 7 years ago

ok, then there is nothing to fix :)