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\MetricsCode
private function instrumentationScopeId(InstrumentationScopeInterface $instrumentationScope) : string {
return $this->instrumentationScopeId ??= serialize($instrumentationScope);
}