function InstrumentationScope::getAttributes
Same name in this branch
- 11.1.x vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Common/V1/InstrumentationScope.php \Opentelemetry\Proto\Common\V1\InstrumentationScope::getAttributes()
Overrides InstrumentationScopeInterface::getAttributes
File
-
vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScope.php, line 37
Class
- InstrumentationScope
- Represents the instrumentation scope information associated with the Tracer or Meter
Namespace
OpenTelemetry\SDK\Common\InstrumentationCode
public function getAttributes() : AttributesInterface {
return $this->attributes;
}