kellyseeme commented on issue #11113:
URL: https://github.com/apache/apisix/issues/11113#issuecomment-3850630560

   > This appears to be a cache consistency bug: the lifecycle of `self.lookup` 
is inconsistent with the TTL mechanism of `self._key_index`. When a metric 
expires in `_key_index`, the cache in `self.lookup` persists. This prevents the 
metric from being re-registered to `_key_index` when re-added, ultimately 
causing it to be lost during metric export. Consequently, expired metrics that 
are re-added will be missing during export.
   
   Do we have plans to fix this problem?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to