| Package | Description |
|---|---|
| com.wavefront.sdk.common.clients |
| Modifier and Type | Method and Description |
|---|---|
WavefrontClientFactory |
WavefrontClientFactory.addClient(java.lang.String url)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(java.lang.String url,
java.lang.Integer batchSize,
java.lang.Integer maxQueueSize,
java.lang.Integer flushIntervalSeconds,
java.lang.Integer messageSizeInBytes)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(java.lang.String url,
java.lang.Integer batchSize,
java.lang.Integer maxQueueSize,
java.lang.Integer flushIntervalSeconds,
java.lang.Integer messageSizeInBytes,
boolean includeSdkMetrics)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(java.lang.String url,
java.lang.Integer batchSize,
java.lang.Integer maxQueueSize,
java.lang.Integer flushIntervalSeconds,
java.lang.Integer messageSizeInBytes,
boolean includeSdkMetrics,
java.util.Map<java.lang.String,java.lang.String> sdkMetricTags)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(java.lang.String url,
java.lang.Integer batchSize,
java.lang.Integer maxQueueSize,
java.lang.Integer flushInterval,
java.util.concurrent.TimeUnit flushIntervalTimeUnit,
java.lang.Integer messageSizeInBytes,
boolean includeSdkMetrics,
java.util.Map<java.lang.String,java.lang.String> sdkMetricTags)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(WavefrontSender sender)
Adds an existing WavefrontSender that is configured to
forward points to a proxy or directly to a Wavefront service.
|
Copyright © 2023. All rights reserved.