| Package | Description |
|---|---|
| zipkin2 | |
| zipkin2.internal | |
| zipkin2.storage |
| Modifier and Type | Method and Description |
|---|---|
DependencyLink |
DependencyLink.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<DependencyLink> |
DependencyLinker.link() |
static List<DependencyLink> |
DependencyLinker.merge(Iterable<DependencyLink> in)
links are merged by mapping to parent/child and summing corresponding links
|
| Modifier and Type | Method and Description |
|---|---|
static List<DependencyLink> |
DependencyLinker.merge(Iterable<DependencyLink> in)
links are merged by mapping to parent/child and summing corresponding links
|
| Modifier and Type | Method and Description |
|---|---|
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–2018 OpenZipkin. All rights reserved.