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

Breadcrumb

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

class TracerConfig

Hierarchy

  • class \OpenTelemetry\SDK\Trace\TracerConfig implements \OpenTelemetry\SDK\Common\InstrumentationScope\Config uses \OpenTelemetry\SDK\Common\InstrumentationScope\ConfigTrait

Expanded class hierarchy of TracerConfig

1 file declares its use of TracerConfig
Configurator.php in vendor/open-telemetry/sdk/Common/InstrumentationScope/Configurator.php

File

vendor/open-telemetry/sdk/Trace/TracerConfig.php, line 10

Namespace

OpenTelemetry\SDK\Trace
View source
class TracerConfig implements Config {
    use ConfigTrait;
    public static function default() : self {
        return new self();
    }

}

Members

Title Sort descending Modifiers Object type Summary
ConfigTrait::$disabled private property
ConfigTrait::isEnabled public function
ConfigTrait::setDisabled public function
TracerConfig::default public static function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal