interface AsynchronousInstrument
Marker interface for asynchronous instruments.
Hierarchy
- interface \OpenTelemetry\API\Metrics\Instrument
- interface \OpenTelemetry\API\Metrics\AsynchronousInstrument extends \OpenTelemetry\API\Metrics\Instrument
Expanded class hierarchy of AsynchronousInstrument
All classes that implement AsynchronousInstrument
2 files declare their use of AsynchronousInstrument
- Meter.php in vendor/
open-telemetry/ sdk/ Metrics/ Meter.php - NoopMeter.php in vendor/
open-telemetry/ api/ Metrics/ Noop/ NoopMeter.php
File
-
vendor/
open-telemetry/ api/ Metrics/ AsynchronousInstrument.php, line 10
Namespace
OpenTelemetry\API\MetricsView source
interface AsynchronousInstrument extends Instrument {
}