We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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);
The text was updated successfully, but these errors were encountered:
Hello team, any news?
Sorry, something went wrong.
Is there some information about meta info missing for the meta key: prom:summary: apc with ttl = 0?
meta info missing for the meta key: prom:summary:
Seems similar to #126
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: