| Package | Description |
|---|---|
| com.wavefront.sdk.common.clients |
| Modifier and Type | Method and Description |
|---|---|
WavefrontClientFactory |
WavefrontClientFactory.addClient(String url)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(String url,
Integer batchSize,
Integer maxQueueSize,
Integer flushIntervalSeconds,
Integer messageSizeInBytes)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(String url,
Integer batchSize,
Integer maxQueueSize,
Integer flushIntervalSeconds,
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(String url,
Integer batchSize,
Integer maxQueueSize,
Integer flushIntervalSeconds,
Integer messageSizeInBytes,
boolean includeSdkMetrics,
Map<String,String> sdkMetricTags)
Adds a new WavefrontSender that will either forward points to a proxy or directly to a Wavefront service.
|
WavefrontClientFactory |
WavefrontClientFactory.addClient(String url,
Integer batchSize,
Integer maxQueueSize,
Integer flushInterval,
TimeUnit flushIntervalTimeUnit,
Integer messageSizeInBytes,
boolean includeSdkMetrics,
Map<String,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 © 2020. All rights reserved.