| Package | Description |
|---|---|
| io.opentracing.contrib.metrics |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMetricsReporter
This class provides an abstract base class for the
MetricsReporter interface. |
| Modifier and Type | Method and Description |
|---|---|
static io.opentracing.Tracer |
Metrics.decorate(io.opentracing.Tracer tracer,
MetricsReporter reporter)
This method decorates a supplied tracer with the ability to report span
based metrics to the supplied
MetricsReporter. |
| Modifier and Type | Method and Description |
|---|---|
static io.opentracing.Tracer |
Metrics.decorate(io.opentracing.Tracer tracer,
Set<MetricsReporter> reporters)
This method decorates a supplied tracer with the ability to report span
based metrics to the supplied set of
MetricsReporter. |
| Constructor and Description |
|---|
MetricsObserver(MetricsReporter metricsReporter) |
| Constructor and Description |
|---|
MetricsObserver(Set<MetricsReporter> metricsReporters) |
Copyright © 2017–2018 OpenTracing. All rights reserved.