class ViewProjection
Hierarchy
- class \OpenTelemetry\SDK\Metrics\ViewProjection
Expanded class hierarchy of ViewProjection
3 files declare their use of ViewProjection
- StreamFactory.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricFactory/ StreamFactory.php - StreamMetricSourceProvider.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricFactory/ StreamMetricSourceProvider.php - ViewTemplate.php in vendor/
open-telemetry/ sdk/ Metrics/ View/ ViewTemplate.php
File
-
vendor/
open-telemetry/ sdk/ Metrics/ ViewProjection.php, line 7
Namespace
OpenTelemetry\SDK\MetricsView source
final class ViewProjection {
/**
* @param list<string>|null $attributeKeys
*/
public function __construct(string $name, ?string $unit, ?string $description, ?array $attributeKeys, ?AggregationInterface $aggregation) {
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
ViewProjection::__construct | public | function |