AsynchronousInstrument.php
Namespace
OpenTelemetry\API\MetricsFile
-
vendor/
open-telemetry/ api/ Metrics/ AsynchronousInstrument.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Metrics;
/**
* Marker interface for asynchronous instruments.
*/
interface AsynchronousInstrument extends Instrument {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
AsynchronousInstrument | Marker interface for asynchronous instruments. |