Call<Void> |
InMemoryStorage.accept(List<Span> spans) |
|
Call<Void> |
SpanConsumer.accept(List<Span> spans) |
|
Call<List<DependencyLink>> |
InMemoryStorage.getDependencies(long endTs,
long lookback) |
|
Call<List<DependencyLink>> |
SpanStore.getDependencies(long endTs,
long lookback) |
Returns dependency links derived from spans in an interval contained by (endTs - lookback) or
empty if none are found.
|
Call<List<String>> |
AutocompleteTags.getKeys() |
|
Call<List<String>> |
InMemoryStorage.getKeys() |
|
Call<List<String>> |
InMemoryStorage.getRemoteServiceNames(String service) |
|
Call<List<String>> |
ServiceAndSpanNames.getRemoteServiceNames(String serviceName) |
|
Call<List<String>> |
InMemoryStorage.getServiceNames() |
|
Call<List<String>> |
ServiceAndSpanNames.getServiceNames() |
|
Call<List<String>> |
SpanStore.getServiceNames() |
Deprecated.
|
Call<List<String>> |
InMemoryStorage.getSpanNames(String service) |
|
Call<List<String>> |
ServiceAndSpanNames.getSpanNames(String serviceName) |
|
Call<List<String>> |
SpanStore.getSpanNames(String serviceName) |
Deprecated.
|
Call<List<Span>> |
InMemoryStorage.getTrace(String traceId) |
|
Call<List<Span>> |
SpanStore.getTrace(String traceId) |
Deprecated.
|
Call<List<Span>> |
Traces.getTrace(String traceId) |
Retrieves spans that share a 128-bit trace id with no ordering expectation or empty if none are
found.
|
Call<List<List<Span>>> |
InMemoryStorage.getTraces(Iterable<String> traceIds) |
|
Call<List<List<Span>>> |
InMemoryStorage.getTraces(QueryRequest request) |
|
Call<List<List<Span>>> |
SpanStore.getTraces(QueryRequest request) |
Retrieves spans grouped by trace ID from the storage system with no ordering expectation.
|
Call<List<List<Span>>> |
Traces.getTraces(Iterable<String> traceIds) |
Retrieves any traces with the specified IDs.
|
Call<List<String>> |
AutocompleteTags.getValues(String key) |
Retrieves the list of values, if the input is configured for autocompletion.
|
Call<List<String>> |
InMemoryStorage.getValues(String key) |
|