This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch sync-from-githubio in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 9056ea8b37f7a380bb9b03885c539b13d5807204 Author: Dudi Likvornik <[email protected]> AuthorDate: Tue Apr 16 03:24:00 2019 +0300 Update community_tracers_instrumentation.yml (#126) --- _data/community_tracers_instrumentation.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/community_tracers_instrumentation.yml b/_data/community_tracers_instrumentation.yml index 800d826..e68a6f7 100644 --- a/_data/community_tracers_instrumentation.yml +++ b/_data/community_tracers_instrumentation.yml @@ -1,3 +1,12 @@ +- language: "C++,Python" + library: >- + [cppkin](https://github.com/Dudi119/cppKin) + framework: Any + propagation: Http (B3), Thrift + transports: Http, Scribe + sampling: "Yes" + notes: cpp version also available in windows. + - language: "C,C++" library: >- [zipkin-cpp](https://github.com/flier/zipkin-cpp)
