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

Breadcrumb

  1. Drupal Core 11.1.x

InstrumentationScopeInterface.php

Namespace

OpenTelemetry\SDK\Common\Instrumentation

File

vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeInterface.php

View source
<?php

declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Instrumentation;

use OpenTelemetry\SDK\Common\Attribute\AttributesInterface;
interface InstrumentationScopeInterface {
    public function getName() : string;
    public function getVersion() : ?string;
    public function getSchemaUrl() : ?string;
    public function getAttributes() : AttributesInterface;

}

Interfaces

Title Deprecated Summary
InstrumentationScopeInterface
RSS feed
Powered by Drupal