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

Forbid different label names for the same metric #19

Closed bracki closed 8 years ago

bracki commented 8 years ago

As stated here:

Client libraries MUST NOT under any circumstances allow users to have different label names for the same metric for Gauge/Counter/Summary/Histogram or any other Collector offered by the library.

bracki commented 8 years ago

I think we should clean this up after merging #18.

bracki commented 8 years ago

Fixed by #21.