| Package | Description |
|---|---|
| com.wavefront.sdk.common.clients | |
| com.wavefront.sdk.direct.ingestion | |
| com.wavefront.sdk.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
WavefrontClient
Wavefront client that sends data to Wavefront via Proxy or Directly to a Wavefront service
via the direct ingestion API.
|
class |
WavefrontMultiClient
WavefrontMultiClient supports multicasting metrics/distributions/spans/events onto multiple
endpoints for either Proxy or Direct Ingestion.
|
class |
WavefrontNoOpClient
Wavefront client that does not send any data to Wavefront.
|
| Modifier and Type | Method and Description |
|---|---|
WavefrontSender |
WavefrontClientFactory.getClient()
getClient.
|
WavefrontSender |
WavefrontMultiClient.getClient(java.lang.String clientId)
Provide direct access to a specific client by id.
|
| Modifier and Type | Method and Description |
|---|---|
WavefrontClientFactory |
WavefrontClientFactory.addClient(WavefrontSender sender)
Adds an existing WavefrontSender that is configured to
forward points to a proxy or directly to a Wavefront service.
|
WavefrontMultiClient.Builder |
WavefrontMultiClient.Builder.withWavefrontSender(WavefrontSender sender) |
| Modifier and Type | Class and Description |
|---|---|
class |
WavefrontDirectIngestionClient
Deprecated.
This class will be removed in future versions in favor of
WavefrontClientFactory to construct Proxy and DirectDataIngestion senders. |
| Modifier and Type | Class and Description |
|---|---|
class |
WavefrontProxyClient
Deprecated.
This class will be removed in future versions in favor of
WavefrontClientFactory to construct Proxy and DirectDataIngestion senders. |
Copyright © 2023. All rights reserved.