You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the same huge number. We don't increment the counter for some queries, and then still decrease the counter for those queries. We will try to fix it, and I will let you know once we have the fix
Issue
The metric
arangodb_aql_current_query
returns a huge value close touint64 max
, while there are no active queries (queries.current()
returns empty).This appears to be a misreporting issue, possibly due to counter overflow or internal state corruption.
Example output:
arangodb_aql_current_query{role=“SINGLE”} 18446744073708371286
Environment:
Additional info:
queries.current()
returns empty arrayjournalctl -u arangodb3.service
)/admin/metrics
is used directly by PrometheusExpected Behavior
The metric should report the actual number of running AQL queries (typically 0), or at most a reasonable number, not
18446744073708...
.💬 Let me know if further debug output or
/metrics
dump is needed.The text was updated successfully, but these errors were encountered: