| Package | Description |
|---|---|
| io.opentracing.contrib.metrics | |
| io.opentracing.contrib.metrics.label |
| Modifier and Type | Field and Description |
|---|---|
protected MetricLabel[] |
AbstractMetricsReporter.metricLabels |
| Modifier and Type | Field and Description |
|---|---|
protected static List<MetricLabel> |
AbstractMetricsReporter.STANDARD_SPAN_LABELS |
| Constructor and Description |
|---|
AbstractMetricsReporter(List<MetricLabel> labels) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaggageMetricLabel
This implementation attempts to obtain the metric label value from the span's
baggage.
|
class |
ConstMetricLabel
This implementation returns a constant value for the metric label.
|
class |
OperationMetricLabel
This implementation obtains the metric label value from the span's
operation.
|
class |
TagMetricLabel
This implementation attempts to obtain the metric label value from the span's
tags.
|
Copyright © 2017–2018 OpenTracing. All rights reserved.