public static interface FinagleAdjuster.Builder
| Modifier and Type | Method and Description |
|---|---|
FinagleAdjuster.Builder |
applyTimestampAndDuration(boolean applyTimestampAndDuration)
As of Finagle 6.41.0, tracing is always RPC in nature, but timestamp and duration are not
added.
|
FinagleAdjuster |
build() |
FinagleAdjuster.Builder applyTimestampAndDuration(boolean applyTimestampAndDuration)
The current fix is to use zipkin-finagle to report spans. See https://github.com/openzipkin/zipkin-finagle/issues/10
FinagleAdjuster build()
Copyright © 2017 OpenZipkin. All rights reserved.