Skip to content

Commit

Permalink
Update README and docs with new C++ client lib. (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoce authored and yurishkuro committed Nov 10, 2017
1 parent 412baf6 commit 1496da9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Jaeger is hosted by the [Cloud Native Computing Foundation](https://cncf.io) (CN
* [Java client](https://github.com/uber/jaeger-client-java)
* [Python client](https://github.com/uber/jaeger-client-python)
* [Node.js client](https://github.com/uber/jaeger-client-node)
* [C++ client](https://github.com/jaegertracing/cpp-client)

### Contributions

Expand Down
1 change: 1 addition & 0 deletions docs/client_libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
| java | [jaeger-client-java](https://github.com/uber/jaeger-client-java) |
| node | [jaeger-client-node](https://github.com/uber/jaeger-client-node) |
| python | [jaeger-client-python](https://github.com/uber/jaeger-client-python)|
| C++ | [cpp-client](https://github.com/jaegertracing/cpp-client) |

For a deep dive into how to instrument a Go service, look at [Tracing HTTP request latency](https://medium.com/@YuriShkuro/tracing-http-request-latency-in-go-with-opentracing-7cc1282a100a).

Expand Down
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ for the architectural choices made in Jaeger.
## Features

* [OpenTracing](http://opentracing.io/) compatible data model and instrumentation libraries
* in [Go](https://github.com/uber/jaeger-client-go), [Java](https://github.com/uber/jaeger-client-java), [Node](https://github.com/uber/jaeger-client-node) and [Python](https://github.com/uber/jaeger-client-python)
* in [Go](https://github.com/uber/jaeger-client-go), [Java](https://github.com/uber/jaeger-client-java), [Node](https://github.com/uber/jaeger-client-node), [Python](https://github.com/uber/jaeger-client-python)
and [C++](https://github.com/jaegertracing/cpp-client)
* Uses consistent upfront sampling with individual per service/endpoint probabilities
* Adaptive sampling (coming soon)
* Post-collection data processing pipeline (coming soon)
Expand Down

0 comments on commit 1496da9

Please sign in to comment.