static OrphanReporterConfig.Builder |
OrphanReporterConfig.builder() |
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.emitInterval(Duration emitInterval) |
Allows to customize the emit interval
|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.emitInterval(Duration emitInterval) |
|
OrphanReporterConfig.Builder |
CoreEnvironment.Builder.orphanReporterConfig() |
Returns the currently stored config builder.
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.queueLength(int queueLength) |
Allows to configure the queue size for the individual span queues
used to track the spans over threshold.
|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.queueLength(int queueLength) |
|
OrphanReporterConfig.Builder |
OrphanReporterConfig.Builder.sampleSize(int sampleSize) |
Allows to customize the sample size per service.
|
static OrphanReporterConfig.Builder |
OrphanReporterConfig.sampleSize(int sampleSize) |
|