Jimdo / prometheus_client_php

Prometheus instrumentation library for PHP applications
https://prometheus.io/docs/concepts/metric_types/
Apache License 2.0
281 stars 213 forks source link

if labelvalues include ':', it will failed to render #63

Closed drsalar closed 6 years ago

drsalar commented 6 years ago

If label values include ':', it will failed to render. But it could set labelvalues whit ':'(preg_match allowed ':').

robbiet480 commented 6 years ago

Fix for this is in https://github.com/Jimdo/prometheus_client_php/pull/57

bracki commented 6 years ago

Closed via #57.