File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ int main() {
3535 std::this_thread::sleep_for (std::chrono::seconds (2));
3636}
3737```
38+ See the [ examples] ( examples ) directory for more extensive usage examples.
3839
3940Build
4041-----
Original file line number Diff line number Diff line change 1+ Example Usage
2+ =============
3+ This directory contains two example projects that illustrate how dd-trace-cpp
4+ can be used to add Datadog tracing to a C++ application.
5+
6+ - [ hasher] ( hasher ) is a command-line tool that creates a complete trace
7+ involving only one service.
8+ - [ http-server] ( http-server ) is an ensemble of services, including one C++
9+ service traced using this library. The traces generated are distributed
10+ across all of the services in the example.
You can’t perform that action at this time.
0 commit comments