Netflix / spectator

Client library for collecting metrics.
Apache License 2.0
746 stars 169 forks source link

atlas: reduce amount of tag traversal #1149

Closed brharrington closed 3 months ago

brharrington commented 3 months ago

Update QueryIndex.forEachMatch to use the proper position when calling sub-trees. This reduces the need to reprocess earlier positions in the tags list that will not match.