Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ViewProjection.php

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\Metrics
View 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
RSS feed
Powered by Drupal