forked from open-telemetry/opentelemetry-specification
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhancements to PR open-telemetry#86 Add minimal tracer example (open…
- Loading branch information
1 parent
9048d45
commit c86794e
Showing
3 changed files
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
# Simple Trace Example | ||
|
||
In this example, the application in `main.cc` initializes and registers a tracer | ||
provider from the [OpenTelemetry SDK](https://github.com/open-telemetry/opentelemetry-cpp). | ||
The application then calls a `foo_library` which has been instrumented using | ||
the [OpenTelemetry API](https://github.com/open-telemetry/opentelemetry-cpp/tree/master/api). | ||
Resulting telemetry is directed to stdout through a custom exporter. | ||
|
||
See [CONTRIBUTING.md](../../CONTRIBUTING.md) for instructions on building and running the example. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters