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

Breadcrumb

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

function StreamFactory::streamId

2 calls to StreamFactory::streamId()
StreamFactory::createAsynchronousObserver in vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php
StreamFactory::createSynchronousWriter in vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php

File

vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php, line 173

Class

StreamFactory
@internal

Namespace

OpenTelemetry\SDK\Metrics\MetricFactory

Code

private function streamId(AggregationInterface $aggregation, ?array $attributeKeys) : string {
    return $this->trySerialize($aggregation) . serialize($attributeKeys);
}
RSS feed
Powered by Drupal