Skip to content

Commit 21f0520

Browse files
committed
mention the examples in the readme
1 parent ec35054 commit 21f0520

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3940
Build
4041
-----

examples/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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.

0 commit comments

Comments
 (0)