Instrument.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\MetricsFile
-
vendor/
open-telemetry/ sdk/ Metrics/ Instrument.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics;
final class Instrument {
public function __construct(string|InstrumentType $type, string $name, ?string $unit, ?string $description, array $advisory = []) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Instrument |