Initial commit for tracing 99/53899/6
authorEddie Arrage <eddie.arrage@huawei.com>
Thu, 15 Mar 2018 17:08:30 +0000 (10:08 -0700)
committerEddie Arrage <eddie.arrage@huawei.com>
Thu, 29 Mar 2018 23:49:25 +0000 (16:49 -0700)
commit45ff7042f3909c32d6282e3bc31be650ba1a41c7
tree0573cda1526a9f6e9df3d44400fd0e6cfc14d6c7
parent9f3d87d798cf04c243e82d284a7dc4f7b3ec5c1a
Initial commit for tracing

- Uses REST interface to obtain traces for services from Jaeger
- Discover services availabe in tracing
- Works only with Jaeger at the moment (not zipkin)
- Optional Redis interface added to store traces per test
- Install doc and validation script added for Jaeger

- Renamed doc to docs

Change-Id: I420137c818df290ecd40aa8d318c6961c511a947
Signed-off-by: Eddie Arrage <eddie.arrage@huawei.com>
clover/tracing/tracing.py [new file with mode: 0644]
clover/tracing/tracing_sample.py [new file with mode: 0644]
clover/tracing/validate.py [new file with mode: 0644]
docs/tracing.rst [new file with mode: 0644]