PromPHP / prometheus_client_php

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

fix for APCng prometheus storage - very high ttl for metrics entries #101

Open Rastusik opened 1 year ago

Rastusik commented 1 year ago

Zero ttl for metrics entries does not work well on deployments with low global apcu.ttl value, metrics data are expiring randomly. so by default, all metrics values have a (configurable) ttl which is very high - 120 days