Netflix / spectator

Client library for collecting metrics.
Apache License 2.0
741 stars 168 forks source link

use PrefixTree for :in queries #1107

Closed brharrington closed 8 months ago

brharrington commented 8 months ago

Updates the query index to leverage the prefix tree for :in queries. The :in query will only be returned in the result set if it is an exact match, so no further checks are needed.