| Interface | Description |
|---|---|
| MetricLabel |
This interface represents a label associated with a reported metric type.
|
| MetricsReporter |
This interface is used to notify when metrics associated with a finished span can be reported.
|
| Class | Description |
|---|---|
| AbstractMetricsReporter |
This class provides an abstract base class for the
MetricsReporter interface. |
| Metrics |
This is the main entry point into the metrics capability, enabling a
Tracer
instance to be decorated with the metrics reporting functionality. |
| MetricsObserver |
This class implements the
TracerObserver API to observer when spans finish, to
enable their metrics to be reported. |
Copyright © 2017–2018 OpenTracing. All rights reserved.