Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightstep/lightstep-tracer-java-common
https://github.com/lightstep/lightstep-tracer-java-common
opentracing
Last synced: about 14 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/lightstep/lightstep-tracer-java-common
- Owner: lightstep
- License: mit
- Created: 2017-06-26T22:00:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T15:32:39.000Z (4 months ago)
- Last Synced: 2024-11-07T19:08:26.516Z (8 days ago)
- Topics: opentracing
- Language: Java
- Homepage: https://lightstep.com
- Size: 39.3 MB
- Stars: 8
- Watchers: 64
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightstep Tracer Common [Deprecated]
[ ![Download](https://maven-badges.herokuapp.com/maven-central/com.lightstep.tracer/java-common/badge.svg) ](https://maven-badges.herokuapp.com/maven-central/com.lightstep.tracer/java-common) [![MIT license](http://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
In August 2023, [Lightstep became ServiceNow
Cloud Observability](https://docs.lightstep.com/docs/banner-faq). To ease the
transition, all code artifacts will continue to use the Lightstep name. You
don't need to do anything to keep using this repository.The core LightStep distributed tracing library for the Java runtime environment. For specific documentation
see [lightstep-tracer-java](https://github.com/lightstep/lightstep-tracer-java) or
[lightstep-tracer-android](https://github.com/lightstep/lightstep-tracer-android).## common
Contains the `com.lightstep.tracer.shared` (shared logic) and `com.lightstep.tracer.grpc` (shared compiled proto files) source files and assets for the JRE and Android libraries.
## example
Contains an example implementation of the tracer (used for integration testing).
## grpc
Contains the transport layer specific to the grpc flavor of the lightstep tracer.
## okhttp
Contains the transport layer specific to the okhttp flavor of the lightstep tracer.
## Development info
See [DEV.md](DEV.md) for information on contributing to this instrumentation library.