Skip to content

Commit

Permalink
Remove list of SDKs from README (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWinikates authored Sep 6, 2023
1 parent afca88c commit 56c4b32
Showing 1 changed file with 0 additions and 66 deletions.
66 changes: 0 additions & 66 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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***:
> </br>
> * **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
<table id="SDKlevels" style="width: 100%">
<tr>
<th width="10%">SDK Type</th>
<th width="45%">SDK Description</th>
<th width="45%">Supported Languages</th>
</tr>

<tr>
<td><a href="https://docs.wavefront.com/wavefront_sdks.html#sdks-for-collecting-metrics-and-histograms">Metrics SDK</a></td>
<td align="justify">Implements a standard metrics library. Lets you define, collect, and report custom business metrics and histograms from any part of your application code. </td>
<td>
<ul>
<li>
<b>Java</b>: <a href ="https://github.com/wavefrontHQ/wavefront-dropwizard-metrics-sdk-java">Dropwizard</a> <b>|</b> <a href ="https://github.com/wavefrontHQ/wavefront-runtime-sdk-jvm">JVM</a>
</li>
<li>
<b>Python</b>: <a href ="https://github.com/wavefrontHQ/wavefront-pyformance">Pyformance SDK</a>
</li>
<li>
<b>Go</b>: <a href ="https://github.com/wavefrontHQ/go-metrics-wavefront">Go Metrics SDK</a>
</li>
<li>
<b>.Net/C#</b>: <a href ="https://github.com/wavefrontHQ/wavefront-appmetrics-sdk-csharp">App Metrics SDK</a>
</li>
</ul>
</td>
</tr>

<tr>
<td><a href="https://docs.wavefront.com/wavefront_sdks.html#sdks-for-sending-raw-data-to-wavefront">Sender SDK</a></td>
<td align="justify">Lets you send raw data to Wavefront for storage as metrics, histograms, or traces, e.g., to import CSV data into Wavefront.
</td>
<td>
<ul>
<li>
<b>Java</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-java">Sender SDK</a>
</li>
<li>
<b>Python</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-python">Sender SDK</a>
</li>
<li>
<b>Go</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-go">Sender SDK</a>
</li>
<li>
<b>.Net/C#</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-csharp">Sender SDK</a>
</li>
<li>
<b>C++</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-cpp">Sender SDK</a>
</li>
</ul>
</td>
</tr>

</tbody>
</table>

## Prerequisites

* Java 8 or above.
Expand Down

0 comments on commit 56c4b32

Please sign in to comment.