Java Concurrent

OpenTracing-aware helpers related to java.util.concurrent
Alternatives To Java Concurrent
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Jaeger17,351151392 days ago290September 16, 2022331apache-2.0Go
CNCF Jaeger, a Distributed Tracing Platform
Gf9,02972323 days ago509August 22, 202264mitGo
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Opentracing Go3,4452,0413,5649 days ago17February 28, 202227apache-2.0Go
OpenTracing API for Go. 🛑 This library is DEPRECATED! https://github.com/opentracing/specification/issues/163
Stabilityguide2,776
9 days agoother
【稳定大于一切】打造国内稳定性领域知识库,让无法解决的问题少一点点,让世界的确定性多一点点。
Stagemonitor1,695118a month ago47April 06, 202085apache-2.0Java
an open source solution to application performance monitoring for java server applications
Opentracing Tutorial1,53234 months ago10April 21, 202128apache-2.0Java
A collection of tutorials for the OpenTracing API
Opentracing Javascript1,0687,360271a year ago40January 06, 202234apache-2.0TypeScript
OpenTracing API for Javascript (both Node and browser)
Jaeger Ui896215 hours ago7March 19, 2019197apache-2.0JavaScript
Web UI for Jaeger
Molten694
3 years ago49apache-2.0C
php probe for zipkin and opentracing
Mortar6457a month ago37May 30, 2022mitGo
Mortar is a GO framework/library for building gRPC (and REST) web services.
Alternatives To Java Concurrent
Select To Compare


Alternative Project Comparisons
Readme

Build Status Released Version

OpenTracing instrumentation for java.util.concurrent

OpenTracing instrumentation for java.util.concurrent package. It instruments ExecutorService, Executor, Runnable and Callable.

Configuration

ExecutorService executorService = new TracedExecutorService(Executors.newFixedThreadPool(4), tracer);

Development

./mvnw clean install

Release

Follow instructions in RELEASE

Popular Tracing Projects
Popular Opentracing Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Tracing
Opentracing
Concurrent Programming