| Package | Description |
|---|---|
| com.wavefront.sdk.common.clients |
| Modifier and Type | Method and Description |
|---|---|
WavefrontClient.Builder |
WavefrontClient.Builder.batchSize(int batchSize)
Set batch size to be reported during every flush.
|
WavefrontClient.Builder |
WavefrontClient.Builder.flushInterval(int flushInterval,
TimeUnit timeUnit)
Set interval at which you want to flush points to Wavefront cluster.
|
WavefrontClient.Builder |
WavefrontClient.Builder.flushIntervalSeconds(int flushIntervalSeconds)
Set interval (in seconds) at which you want to flush points to Wavefront cluster.
|
WavefrontClient.Builder |
WavefrontClient.Builder.includeSdkMetrics(boolean includeSdkMetrics)
Default is true, if false the internal metrics emitted from this sender will be disabled
|
WavefrontClient.Builder |
WavefrontClient.Builder.maxQueueSize(int maxQueueSize)
Set max queue size of in-memory buffer.
|
WavefrontClient.Builder |
WavefrontClient.Builder.messageSizeBytes(int bytes)
Set max message size, such that each batch is reported as one or more messages where no
message exceeds the specified size in bytes.
|
WavefrontClient.Builder |
WavefrontClient.Builder.sdkMetricsTags(Map<String,String> tags)
Set the tags to apply to the internal SDK metrics
|
Copyright © 2020. All rights reserved.