opentracing-thread-context


License

License

GroupId

GroupId

com.lucidchart
ArtifactId

ArtifactId

opentracing-thread-context
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

opentracing-thread-context
opentracing-thread-context
Project Organization

Project Organization

Lucid Software
Source Code Management

Source Code Management

https://github.com/lucidsoftware/opentracing-thread-context

Download opentracing-thread-context

How to add to project

<!-- https://jarcasting.com/artifacts/com.lucidchart/opentracing-thread-context/ -->
<dependency>
    <groupId>com.lucidchart</groupId>
    <artifactId>opentracing-thread-context</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-thread-context/
implementation 'com.lucidchart:opentracing-thread-context:0.5'
// https://jarcasting.com/artifacts/com.lucidchart/opentracing-thread-context/
implementation ("com.lucidchart:opentracing-thread-context:0.5")
'com.lucidchart:opentracing-thread-context:jar:0.5'
<dependency org="com.lucidchart" name="opentracing-thread-context" rev="0.5">
  <artifact name="opentracing-thread-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lucidchart', module='opentracing-thread-context', version='0.5')
)
libraryDependencies += "com.lucidchart" % "opentracing-thread-context" % "0.5"
[com.lucidchart/opentracing-thread-context "0.5"]

Dependencies

compile (3)

Group / Artifact Type Version
com.lucidchart : thread-context jar 0.7
io.opentracing : opentracing-api jar 0.31.0
io.opentracing : opentracing-noop jar 0.31.0

Project Modules

There are no modules declared in this project.

Opentracing thread-local propagation

Build Status Maven Version

In-process thread-local propagation of spans.

Usage

import io.opentracing.Span;
import io.opentracing.threadcontext.ThreadContextSpan;

Span span = ...
ThreadContextSpan.withSpan(span, () -> {
    ThreadContextSpan.get(); // current Span
});
com.lucidchart

Lucid Software, Inc

Versions

Version
0.5
0.4
0.3
0.2
0.1