All Projects → opentracing-contrib → java-concurrent

opentracing-contrib / java-concurrent

Licence: Apache-2.0 license
OpenTracing-aware helpers related to java.util.concurrent

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to java-concurrent

Dd Trace Php
Datadog Tracing PHP Client
Stars: ✭ 203 (+463.89%)
Mutual labels:  tracing, opentracing
Java Spring Web
OpenTracing Spring Web instrumentation
Stars: ✭ 89 (+147.22%)
Mutual labels:  tracing, opentracing
Jaeger Openshift
Support for deploying Jaeger into OpenShift
Stars: ✭ 53 (+47.22%)
Mutual labels:  tracing, opentracing
Natchez
functional tracing for cats
Stars: ✭ 214 (+494.44%)
Mutual labels:  tracing, opentracing
Csharp Netcore
OpenTracing instrumentation for .NET Core & .NET 5 apps
Stars: ✭ 225 (+525%)
Mutual labels:  tracing, opentracing
Java Vertx Web
OpenTracing instrumentation for Vert.x web package
Stars: ✭ 21 (-41.67%)
Mutual labels:  tracing, opentracing
Trace4cats
Distributed app tracing implementation in pure scala using cats-effect
Stars: ✭ 80 (+122.22%)
Mutual labels:  tracing, opentracing
Gf
GoFrame is a modular, powerful, high-performance and enterprise-class application development framework of Golang.
Stars: ✭ 6,501 (+17958.33%)
Mutual labels:  tracing, opentracing
Dd Trace Go
A Go tracing package for Datadog APM
Stars: ✭ 244 (+577.78%)
Mutual labels:  tracing, opentracing
Stagemonitor
an open source solution to application performance monitoring for java server applications
Stars: ✭ 1,664 (+4522.22%)
Mutual labels:  tracing, opentracing
Dd Opentracing Cpp
Datadog Opentracing C++ Client
Stars: ✭ 22 (-38.89%)
Mutual labels:  tracing, opentracing
Kanali
A Kubernetes Native API Management Solution
Stars: ✭ 192 (+433.33%)
Mutual labels:  tracing, opentracing
Molten
php probe for zipkin and opentracing
Stars: ✭ 740 (+1955.56%)
Mutual labels:  tracing, opentracing
Dd Trace Js
JavaScript APM Tracer
Stars: ✭ 212 (+488.89%)
Mutual labels:  tracing, opentracing
Jaeger Ui
Web UI for Jaeger
Stars: ✭ 639 (+1675%)
Mutual labels:  tracing, opentracing
Brave Opentracing
Bridge between OpenTracing and Brave
Stars: ✭ 64 (+77.78%)
Mutual labels:  tracing, opentracing
Jaeger Kubernetes
Support for deploying Jaeger into Kubernetes
Stars: ✭ 402 (+1016.67%)
Mutual labels:  tracing, opentracing
Zipkin Go Opentracing
OpenTracing Bridge for Zipkin Go
Stars: ✭ 472 (+1211.11%)
Mutual labels:  tracing, opentracing
Dd Trace Dotnet
.NET Tracer for Datadog APM
Stars: ✭ 125 (+247.22%)
Mutual labels:  tracing, opentracing
Java Specialagent
Automatic instrumentation for 3rd-party libraries in Java applications with OpenTracing.
Stars: ✭ 156 (+333.33%)
Mutual labels:  tracing, opentracing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].