summaryrefslogtreecommitdiff
path: root/vendor/github.com/uber/jaeger-lib/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-18 22:01:14 +0100
committerGitHub <noreply@github.com>2019-02-18 22:01:14 +0100
commitc9b13133cdd9f59a000d40fce357c33919ef7032 (patch)
treebfa2e524b71757a514a02ef68661b46dca9a3dfe /vendor/github.com/uber/jaeger-lib/README.md
parente738ef16225395f5f5e4b93ba1a43ae9449ae11b (diff)
parent7141f972700ed454438d8539dd0bec79c0b61cf4 (diff)
downloadpodman-c9b13133cdd9f59a000d40fce357c33919ef7032.tar.gz
podman-c9b13133cdd9f59a000d40fce357c33919ef7032.tar.bz2
podman-c9b13133cdd9f59a000d40fce357c33919ef7032.zip
Merge pull request #1692 from sjug/opentracing_clean
OpenTracing First Impl
Diffstat (limited to 'vendor/github.com/uber/jaeger-lib/README.md')
-rw-r--r--vendor/github.com/uber/jaeger-lib/README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/github.com/uber/jaeger-lib/README.md b/vendor/github.com/uber/jaeger-lib/README.md
new file mode 100644
index 000000000..144ed1fb8
--- /dev/null
+++ b/vendor/github.com/uber/jaeger-lib/README.md
@@ -0,0 +1,27 @@
+[![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov]
+
+
+# jaeger-lib
+
+A collection of shared infrastructure libraries used by different
+components of [Jaeger](https://github.com/uber/jaeger) backend and [jaeger-client-go](https://github.com/uber/jaeger-client-go).
+This library is *not intended to be used standalone*, and provides *no guarantees of backwards compatibility*.
+
+The library's import path is `github.com/uber/jaeger-lib`.
+
+## How to Contribute
+
+Please see [CONTRIBUTING.md](CONTRIBUTING.md).
+
+## License
+
+[Apache 2.0 License](./LICENSE).
+
+
+[doc-img]: https://godoc.org/github.com/uber/jaeger-lib?status.svg
+[doc]: https://godoc.org/github.com/uber/jaeger-lib
+[ci-img]: https://travis-ci.org/jaegertracing/jaeger-lib.svg?branch=master
+[ci]: https://travis-ci.org/jaegertracing/jaeger-lib
+[cov-img]: https://coveralls.io/repos/jaegertracing/jaeger-lib/badge.svg?branch=master&service=github
+[cov]: https://coveralls.io/github/jaegertracing/jaeger-lib?branch=master
+