Package zipkin2.storage
Interface ServiceAndSpanNames
-
- All Known Implementing Classes:
InMemoryStorage
public interface ServiceAndSpanNamesProvides autocomplete functionality by providing values for service and span names, usually derived fromSpanConsumer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Call<List<String>>getRemoteServiceNames(String serviceName)Call<List<String>>getServiceNames()Retrieves alllocalservice names, sorted lexicographically.Call<List<String>>getSpanNames(String serviceName)Retrieves allspan namesrecorded by aservice, sorted lexicographically.
-
-
-
Method Detail
-
getServiceNames
Call<List<String>> getServiceNames()
Retrieves alllocalservice names, sorted lexicographically.
-
-