@@ -26,72 +26,6 @@ Although this library is mostly used by the other Operations for Applications Py
2626
2727Note: We're in the process of updating the product name to Operations for Applications, but in many places we still refer to it as Wavefront.
2828
29- ** Before you start implementing, let us make sure you are using the correct SDK!**
30-
31- ![ Python Sender SDK Decision Tree] ( docs/python_sender_sdk.png )
32-
33- > *** Note*** :
34- > </br >
35- > * ** This is the VMware Aria Operations for Applications SDK for Python (Sender SDK for Python)!**
36- > If this SDK is not what you were looking for, see the [ table] ( #wavefront-sdks ) below.
37-
38- #### VMware Aria Operations for Applications SDKs
39- <table id =" SDKlevels " style =" width : 100% " >
40- <tr >
41- <th width =" 10% " >SDK Type</th >
42- <th width =" 45% " >SDK Description</th >
43- <th width =" 45% " >Supported Languages</th >
44- </tr >
45-
46- <tr >
47- <td ><a href =" https://docs.wavefront.com/wavefront_sdks.html#sdks-for-collecting-metrics-and-histograms " >Metrics SDK</a ></td >
48- <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 >
49- <td >
50- <ul>
51- <li>
52- <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>
53- </li>
54- <li>
55- <b>Python</b>: <a href ="https://github.com/wavefrontHQ/wavefront-pyformance">Pyformance SDK</a>
56- </li>
57- <li>
58- <b>Go</b>: <a href ="https://github.com/wavefrontHQ/go-metrics-wavefront">Go Metrics SDK</a>
59- </li>
60- <li>
61- <b>.Net/C#</b>: <a href ="https://github.com/wavefrontHQ/wavefront-appmetrics-sdk-csharp">App Metrics SDK</a>
62- </li>
63- </ul>
64- </td >
65- </tr >
66-
67- <tr >
68- <td ><a href =" https://docs.wavefront.com/wavefront_sdks.html#sdks-for-sending-raw-data-to-wavefront " >Sender SDK</a ></td >
69- <td align =" justify " >Lets you send raw data for storage as metrics, histograms, or traces, e.g., to import CSV data into the service.
70- </td >
71- <td >
72- <ul>
73- <li>
74- <b>Java</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-java">Sender SDK</a>
75- </li>
76- <li>
77- <b>Python</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-python">Sender SDK</a>
78- </li>
79- <li>
80- <b>Go</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-go">Sender SDK</a>
81- </li>
82- <li>
83- <b>.Net/C#</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-csharp">Sender SDK</a>
84- </li>
85- <li>
86- <b>C++</b>: <a href ="https://github.com/wavefrontHQ/wavefront-sdk-cpp">Sender SDK</a>
87- </li>
88- </ul>
89- </td >
90- </tr >
91-
92- </tbody >
93- </table >
94-
9529## Prerequisites
9630
9731* Python versions 3.7 - 3.11 are supported.
0 commit comments