You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
9 months ago | |
|---|---|---|
| .. | ||
| BUILD | 9 months ago | |
| CMakeLists.txt | 9 months ago | |
| README.md | 9 months ago | |
| main.cc | 9 months ago | |
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.