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

Breadcrumb

  1. Drupal Core 11.1.x
  2. NoopConfigProvider.php

function NoopConfigProvider::getInstrumentationConfig

Overrides ConfigProviderInterface::getInstrumentationConfig

File

vendor/open-telemetry/api/Configuration/Noop/NoopConfigProvider.php, line 12

Class

NoopConfigProvider

Namespace

OpenTelemetry\API\Configuration\Noop

Code

public function getInstrumentationConfig() : ConfigProperties {
    return new NoopConfigProperties();
}
RSS feed
Powered by Drupal