Package zipkin2.storage
Interface AutocompleteTags
- All Known Implementing Classes:
InMemoryStorage
public interface AutocompleteTags
Provides autocomplete functionality by providing values for a given tag key, usually derived from
SpanConsumer.-
Method Details
-
getKeys
Retrieves the list of tag getKeys whose values may be returned bygetValues(String). -
getValues
Retrieves the list of values, if the input is configured for autocompletion. If a key is not configured, or there are no values available, an empty result will be returned.- Throws:
IllegalArgumentException- if the input is empty.- See Also:
StorageComponent.Builder.autocompleteKeys(List)
-