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
Creating regex matchers in stores is currently quite expensive, at least according to a Receiver CPU profile. We have a lot of alerting and recording rules, so query throughput is fairly high.
Describe the solution you'd like
We could pool matchers or use some sort of an LRU cache to avoid the massive churn caused by high query RPS.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered:
Is your proposal related to a problem?
Creating regex matchers in stores is currently quite expensive, at least according to a Receiver CPU profile. We have a lot of alerting and recording rules, so query throughput is fairly high.
Describe the solution you'd like
We could pool matchers or use some sort of an LRU cache to avoid the massive churn caused by high query RPS.
Describe alternatives you've considered
N/A
Additional context
The text was updated successfully, but these errors were encountered: