Minimize label hashing in metric queries #1672
Labels
component/loki
keepalive
An issue or PR that will be kept alive and never marked as stale.
type/enhancement
Something existing could be improved
When calculating metric queries, we hash labels per each step and sample due to the
StepEvaluator
construct. We should look to minimize this, possibly by changing ourStepEvaluator
interface/implementers, using a shared LRU cache, etc.Any work here will probably follow #1662
The text was updated successfully, but these errors were encountered: