ViewProjection.php
Namespace
OpenTelemetry\SDK\MetricsFile
-
vendor/
open-telemetry/ sdk/ Metrics/ ViewProjection.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics;
final class ViewProjection {
/**
* @param list<string>|null $attributeKeys
*/
public function __construct(string $name, ?string $unit, ?string $description, ?array $attributeKeys, ?AggregationInterface $aggregation) {
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
ViewProjection |