prometheus_client_php icon indicating copy to clipboard operation
prometheus_client_php copied to clipboard

Summary meta key goes missing

Open lightindigo opened this issue 2 years ago • 3 comments

While using PromPhP's summary with APCng we get "Meta info missing for meta key: prom:summary:" from time to time.

As far as I see it really goes missing after some time. Key when present definitely has no timeout

APC is configured ttl = 0, memory capacity is far from depletion (like 200k/32M)

The metric itself is written something like this

$summary = $registry->getOrRegisterSummary(
    self::APP_NAMESPACE,
    MetricNames::DB_QUERIES_PER_REQUEST,
    'Db requests per request',
    [],
    600,
    self::DEFAULT_QUANTILES
);
$summary->observe($numRequests);

lightindigo avatar Jul 04 '23 07:07 lightindigo

Hello team, any news?

votetake avatar Dec 11 '23 10:12 votetake

Is there some information about meta info missing for the meta key: prom:summary: apc with ttl = 0?

pyanukovich avatar Apr 12 '24 07:04 pyanukovich

Seems similar to https://github.com/PromPHP/prometheus_client_php/issues/126

pyanukovich avatar Apr 12 '24 07:04 pyanukovich