An open API service indexing awesome lists of open source software.

https://github.com/jaegertracing/jaeger-lib

A collection of shared infrastructure libraries used by different components of Jaeger.
https://github.com/jaegertracing/jaeger-lib

Last synced: 6 months ago
JSON representation

A collection of shared infrastructure libraries used by different components of Jaeger.

Awesome Lists containing this project

README

          

[![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/jaegertracing/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://github.com/jaegertracing/jaeger-lib/workflows/Unit%20Tests/badge.svg?branch=main
[ci]: https://github.com/jaegertracing/jaeger-lib/actions?query=branch%3Amain
[cov-img]: https://coveralls.io/repos/jaegertracing/jaeger-lib/badge.svg?branch=main&service=github
[cov]: https://coveralls.io/github/jaegertracing/jaeger-lib?branch=main