| Interface and Description |
|---|
| com.github.kristofa.brave.TraceFilter
Use
Sampler instead. |
| Class and Description |
|---|
| com.github.kristofa.brave.BraveAnnotations
unused; will be removed in Brave 2.0
|
| com.github.kristofa.brave.FixedSampleRateTraceFilter
Use
Sampler instead. |
| com.github.kristofa.brave.TraceKeys
use
TraceKeys; will be removed in Brave 2.0 |
| com.twitter.zipkin.gen.zipkinCoreConstants
use
Constants; will be removed in Brave 2.0 |
| Method and Description |
|---|
| com.github.kristofa.brave.SpanCollector.addDefaultAnnotation(String, String)
decorate
SpanCollector.collect(Span), if you want to customize spans before they are sent. |
| com.github.kristofa.brave.SpanId.create(long, long, Long)
Please use
SpanId.Builder |
| com.github.kristofa.brave.SpanId.getParentSpanId() |
| com.github.kristofa.brave.SpanId.getSpanId()
use
SpanId.spanId |
| com.github.kristofa.brave.SpanId.getTraceId()
use
SpanId.traceId |
| com.github.kristofa.brave.Brave.Builder.traceFilters(List<TraceFilter>)
use
Brave.Builder.traceSampler(Sampler) as filters here will be ignored. |
| Constructor and Description |
|---|
| com.github.kristofa.brave.SpanId(long, long, long, long)
Please use
SpanId.Builder |
| com.github.kristofa.brave.ThreadLocalServerClientAndLocalSpanState(InetAddress, int, String)
Please switch to constructor that takes 'int' for ip. This only does a conversion from the InetAddress to integer anyway
and using InetAddress can result in ns lookup and nasty side effects.
|
Copyright © 2016. All rights reserved.