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.
- Host: GitHub
- URL: https://github.com/jaegertracing/jaeger-lib
- Owner: jaegertracing
- License: apache-2.0
- Created: 2016-10-17T12:03:35.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T13:33:09.000Z (almost 4 years ago)
- Last Synced: 2025-03-30T13:09:32.255Z (7 months ago)
- Language: Go
- Homepage: https://github.com/uber/jaeger
- Size: 159 KB
- Stars: 67
- Watchers: 10
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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