Skip to content

Commit

Permalink
Clarified how to use span/tracing API. (#34)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
prydin authored and vikramraman committed Oct 21, 2019
1 parent f00573c commit 3293dc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ 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

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

0 comments on commit 3293dc6

Please sign in to comment.