| Package | Description |
|---|---|
| org.zalando.tracer | |
| org.zalando.tracer.concurrent |
| Modifier and Type | Method and Description |
|---|---|
static Tracer |
Tracer.create(com.google.common.collect.ImmutableList<String> traces,
com.google.common.collect.ImmutableMap<String,Generator> customs,
com.google.common.collect.ImmutableList<TraceListener> listeners) |
static Tracer |
Tracer.create(String... names)
Creates a new tracer that will manage the given traces.
|
| Modifier and Type | Method and Description |
|---|---|
static ExecutorService |
TracingExecutors.manage(ExecutorService executor,
Tracer tracer) |
static Executor |
TracingExecutors.manage(Executor executor,
Tracer tracer) |
static ScheduledExecutorService |
TracingExecutors.manage(ScheduledExecutorService executor,
Tracer tracer) |
static ExecutorService |
TracingExecutors.preserve(ExecutorService executor,
Tracer tracer) |
static Executor |
TracingExecutors.preserve(Executor executor,
Tracer tracer) |
static ScheduledExecutorService |
TracingExecutors.preserve(ScheduledExecutorService executor,
Tracer tracer) |
Copyright © 2015–2016 Zalando SE. All rights reserved.