Instrumentation.php
Namespace
OpenTelemetry\API\Instrumentation\AutoInstrumentationFile
-
vendor/
open-telemetry/ api/ Instrumentation/ AutoInstrumentation/ Instrumentation.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\API\Instrumentation\AutoInstrumentation;
use OpenTelemetry\API\Configuration\ConfigProperties;
interface Instrumentation {
public function register(HookManagerInterface $hookManager, ConfigProperties $configuration, Context $context) : void;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
Instrumentation |