issues
search
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 registering the same metrics twice
#21
Closed
bracki
closed
8 years ago
bracki
commented
8 years ago
This addresses #19.
TODO:
[x] Do we also need to check the storage if the metric exists? We could run into the issue that the same metric is registered twice in different code paths that aren't exercised in the same request. We decided against doing this.
This addresses #19.
TODO: