Metric.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Metrics\DataFile
-
vendor/
open-telemetry/ sdk/ Metrics/ Data/ Metric.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics\Data;
use OpenTelemetry\SDK\Common\Instrumentation\InstrumentationScopeInterface;
use OpenTelemetry\SDK\Resource\ResourceInfo;
final class Metric {
public function __construct(InstrumentationScopeInterface $instrumentationScope, ResourceInfo $resource, string $name, ?string $unit, ?string $description, DataInterface $data) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
Metric |