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

Breadcrumb

  1. Drupal Core 11.1.x

Instrumentation.php

Namespace

OpenTelemetry\API\Instrumentation\AutoInstrumentation

File

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
RSS feed
Powered by Drupal