| Package | Description |
|---|---|
| com.wavefront.sdk.direct.ingestion |
| Modifier and Type | Method and Description |
|---|---|
WavefrontDirectIngestionClient.Builder |
WavefrontDirectIngestionClient.Builder.batchSize(int batchSize)
Set batch size to be reported during every flush.
|
WavefrontDirectIngestionClient.Builder |
WavefrontDirectIngestionClient.Builder.flushIntervalSeconds(int flushIntervalSeconds)
Set interval at which you want to flush points to Wavefront cluster.
|
WavefrontDirectIngestionClient.Builder |
WavefrontDirectIngestionClient.Builder.maxQueueSize(int maxQueueSize)
Set max queue size of in-memory buffer.
|
WavefrontDirectIngestionClient.Builder |
WavefrontDirectIngestionClient.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.
|
Copyright © 2022. All rights reserved.