mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 23:12:51 +02:00
.. | ||
BUILD | ||
CMakeLists.txt | ||
main.cc | ||
README.md |
Simple Trace Example
In this example, the application in main.cc
initializes and registers a tracer
provider from the OpenTelemetry
SDK. The application then
calls a foo_library
which has been instrumented using the OpenTelemetry
API.
Resulting telemetry is directed to stdout through the StdoutSpanExporter.
See CONTRIBUTING.md for instructions on building and running the example.