Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary meta key goes missing #124

Open
lightindigo opened this issue Jul 4, 2023 · 3 comments
Open

Summary meta key goes missing #124

lightindigo opened this issue Jul 4, 2023 · 3 comments

Comments

@lightindigo
Copy link

lightindigo commented Jul 4, 2023

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);
@votetake
Copy link

Hello team, any news?

@pyanukovich
Copy link

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

@pyanukovich
Copy link

Seems similar to #126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants