Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Jaeger | 17,351 | 15 | 139 | 2 days ago | 290 | September 16, 2022 | 331 | apache-2.0 | Go | |
CNCF Jaeger, a Distributed Tracing Platform | ||||||||||
Gf | 9,029 | 7 | 232 | 3 days ago | 509 | August 22, 2022 | 64 | mit | Go | |
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang. | ||||||||||
Opentracing Go | 3,445 | 2,041 | 3,564 | 9 days ago | 17 | February 28, 2022 | 27 | apache-2.0 | Go | |
OpenTracing API for Go. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163 | ||||||||||
Stabilityguide | 2,776 | 9 days ago | other | |||||||
【稳定大于一切】打造国内稳定性领域知识库,让无法解决的问题少一点点,让世界的确定性多一点点。 | ||||||||||
Stagemonitor | 1,695 | 11 | 8 | a month ago | 47 | April 06, 2020 | 85 | apache-2.0 | Java | |
an open source solution to application performance monitoring for java server applications | ||||||||||
Opentracing Tutorial | 1,532 | 3 | 4 months ago | 10 | April 21, 2021 | 28 | apache-2.0 | Java | ||
A collection of tutorials for the OpenTracing API | ||||||||||
Opentracing Javascript | 1,068 | 7,360 | 271 | a year ago | 40 | January 06, 2022 | 34 | apache-2.0 | TypeScript | |
OpenTracing API for Javascript (both Node and browser) | ||||||||||
Jaeger Ui | 896 | 2 | 15 hours ago | 7 | March 19, 2019 | 197 | apache-2.0 | JavaScript | ||
Web UI for Jaeger | ||||||||||
Molten | 694 | 3 years ago | 49 | apache-2.0 | C | |||||
php probe for zipkin and opentracing | ||||||||||
Mortar | 645 | 7 | a month ago | 37 | May 30, 2022 | mit | Go | |||
Mortar is a GO framework/library for building gRPC (and REST) web services. |
java.util.concurrent
OpenTracing instrumentation for java.util.concurrent
package. It instruments ExecutorService
, Executor
,
Runnable
and Callable
.
ExecutorService executorService = new TracedExecutorService(Executors.newFixedThreadPool(4), tracer);
./mvnw clean install
Follow instructions in RELEASE