| Interface and Description |
|---|
| io.jaegertracing.metrics.StatsFactory
Use
MetricsFactory instead. At the moment of the deprecation, all methods from this interface
were moved to the new interface and this interface was made to extend the new one. This allows current
implementations of this interface to seamlessly move to the new interface. |
| io.jaegertracing.metrics.StatsReporter
Use
MetricsFactory instead |
| Class and Description |
|---|
| io.jaegertracing.Configuration.SenderConfiguration.Builder
use
Configuration.SenderConfiguration directly |
| io.jaegertracing.metrics.InMemoryStatsReporter
Use
InMemoryMetricsFactory instead |
| io.jaegertracing.metrics.NullStatsReporter
Use
NoopMetricsFactory instead |
| io.jaegertracing.metrics.StatsFactoryImpl
Use
MetricsFactory instead |
| Field and Description |
|---|
| io.jaegertracing.Configuration.DEFAULT_SAMPLING_PROBABILITY |