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

Breadcrumb

  1. Drupal Core 11.1.x

ViewProjection.php

Namespace

OpenTelemetry\SDK\Metrics

File

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