Question about openfga_cache_item_count metric #537
Unanswered
anthonytu8
asked this question in
Q&A
Replies: 1 comment
-
|
This sounds related to issue openfga/openfga#2944 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
We recently implemented ReBAC authentication for a service using OpenFGA v1.11.5. From our understanding,
OPENFGA_CHECK_QUERY_CACHE_MAX_ENTRIESis set to 100K by default. However, looking at theopenfga_cache_item_countmetric, the cache item count seems to be unbounded and continues increasing until a pod recycle or redeploy. Our pod memory doesn't seem to follow the same trend so it doesn't appear that the cache is truly unbounded. We see cache evictions as well which also supports that the cache storage limit is being applied.So the question is - what does the openfga_cache_item_count metric really measure?
Beta Was this translation helpful? Give feedback.
All reactions