Skip to content

Commit

Permalink
minor readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
vikramraman committed Oct 21, 2019
1 parent 3293dc6 commit 8fa1c09
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,10 @@ sender.SendSpan("getAllUsers", 1552949776000, 343, "localhost",
},
nil)
```
Please note that the tracing and span SDK APIs are designed to serve as low-level endpoints. For most use cases, we recommend using
opentracing with the ```WavefrontTracer```. For more information on OpenTracing, please go to the OpenTracing project on GitHub: https://github.com/opentracing/opentracing-go For an example on how to use OpenTracing with Wavefront, please refer to this page: https://github.com/wavefrontHQ/wavefront-opentracing-sdk-go
**Note:** The tracing and span SDK APIs are designed to serve as low-level endpoints. For most use cases, we recommend using
opentracing with the ```WavefrontTracer```.

For more information on OpenTracing, please refer the OpenTracing project: https://github.com/opentracing/opentracing-go. To use OpenTracing with Wavefront, please refer to https://github.com/wavefrontHQ/wavefront-opentracing-sdk-go.

#### Closing the Sender
It is recommended to flush and close the sender before shutting down your application.
Expand Down

0 comments on commit 8fa1c09

Please sign in to comment.