Uses of Class
zipkin2.DependencyLink
Packages that use DependencyLink
-
Uses of DependencyLink in zipkin2
Methods in zipkin2 that return DependencyLink -
Uses of DependencyLink in zipkin2.storage
Methods in zipkin2.storage that return types with arguments of type DependencyLinkModifier and TypeMethodDescriptionInMemoryStorage.getDependencies()Used for testing.InMemoryStorage.getDependencies(long endTs, long lookback) 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.