| Package | Description |
|---|---|
| zipkin2 | |
| zipkin2.storage |
| Modifier and Type | Method and Description |
|---|---|
DependencyLink |
DependencyLink.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyLink> |
InMemoryStorage.getDependencies()
Used for testing.
|
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.
|
Copyright © 2015–2019 OpenZipkin. All rights reserved.