prometheus_client_php icon indicating copy to clipboard operation
prometheus_client_php copied to clipboard

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

Open Rastusik opened this issue 3 years ago • 0 comments

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

Rastusik avatar Nov 29 '22 13:11 Rastusik