interface Instrumentation
Hierarchy
- interface \OpenTelemetry\API\Instrumentation\AutoInstrumentation\Instrumentation
Expanded class hierarchy of Instrumentation
All classes that implement Instrumentation
1 file declares its use of Instrumentation
- SdkAutoloader.php in vendor/
open-telemetry/ sdk/ SdkAutoloader.php
File
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ Instrumentation.php, line 9
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationView source
interface Instrumentation {
public function register(HookManagerInterface $hookManager, ConfigProperties $configuration, Context $context) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
Instrumentation::register | public | function |