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

Breadcrumb

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

function Meter::instrumentationScopeId

3 calls to Meter::instrumentationScopeId()
Meter::createAsynchronousObserver in vendor/open-telemetry/sdk/Metrics/Meter.php
Meter::createSynchronousWriter in vendor/open-telemetry/sdk/Metrics/Meter.php
Meter::getAsynchronousInstrument in vendor/open-telemetry/sdk/Metrics/Meter.php

File

vendor/open-telemetry/sdk/Metrics/Meter.php, line 433

Class

Meter
@internal

Namespace

OpenTelemetry\SDK\Metrics

Code

private function instrumentationScopeId(InstrumentationScopeInterface $instrumentationScope) : string {
    return $this->instrumentationScopeId ??= serialize($instrumentationScope);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal