| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteReporter.Builder |
static interface |
RemoteReporter.Command |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_FLUSH_INTERVAL_MS |
static int |
DEFAULT_MAX_QUEUE_SIZE |
| Constructor and Description |
|---|
RemoteReporter(Sender sender,
int flushInterval,
int maxQueueSize,
Metrics metrics)
Deprecated.
use
RemoteReporter.Builder with fluent API |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
report(Span span) |
public static final int DEFAULT_FLUSH_INTERVAL_MS
public static final int DEFAULT_MAX_QUEUE_SIZE
@Deprecated public RemoteReporter(Sender sender, int flushInterval, int maxQueueSize, Metrics metrics)
RemoteReporter.Builder with fluent API