diff --git a/README.md b/README.md index ed7b5075..45ecefea 100644 --- a/README.md +++ b/README.md @@ -15,72 +15,6 @@ Wavefront by VMware Java SDK lets you send raw data from your Java application t Although this library is mostly used by the other Wavefront Java SDKs to send data to Wavefront, you can also use this SDK directly. For example, you can send data directly from a data store or CSV file to Wavefront. -**Before you start implementing, let us make sure you are using the correct SDK!** - -![Java Sender SDK Decision Tree](docs/java_sender_sdk.png) - -> ***Note***: ->
-> * **This is the Wavefront by VMware SDK for Java (Wavefront Sender SDK for Java)!** -> If this SDK is not what you were looking for, see the [table](#wavefront-sdks) below. - -#### Wavefront SDKs - - - - - - - - - - - - - - - - - - - - -
SDK TypeSDK DescriptionSupported Languages
Metrics SDKImplements a standard metrics library. Lets you define, collect, and report custom business metrics and histograms from any part of your application code. - -
Sender SDKLets you send raw data to Wavefront for storage as metrics, histograms, or traces, e.g., to import CSV data into Wavefront. - - -
- ## Prerequisites * Java 8 or above.