NumberDataPoint.php
Same filename in this branch
Namespace
OpenTelemetry\SDK\Metrics\DataFile
-
vendor/
open-telemetry/ sdk/ Metrics/ Data/ NumberDataPoint.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics\Data;
use OpenTelemetry\SDK\Common\Attribute\AttributesInterface;
final class NumberDataPoint {
public function __construct(float|int $value, AttributesInterface $attributes, int $startTimestamp, int $timestamp, iterable $exemplars = []) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
NumberDataPoint |