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

Breadcrumb

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

interface AttributesFactoryInterface

Hierarchy

  • interface \OpenTelemetry\SDK\Common\Attribute\AttributesFactoryInterface

Expanded class hierarchy of AttributesFactoryInterface

All classes that implement AttributesFactoryInterface

6 files declare their use of AttributesFactoryInterface
InstrumentationScopeFactory.php in vendor/open-telemetry/sdk/Common/Instrumentation/InstrumentationScopeFactory.php
LogRecordLimits.php in vendor/open-telemetry/sdk/Logs/LogRecordLimits.php
MeterProvider.php in vendor/open-telemetry/sdk/Metrics/MeterProvider.php
MetricRegistry.php in vendor/open-telemetry/sdk/Metrics/MetricRegistry/MetricRegistry.php
MultiObserver.php in vendor/open-telemetry/sdk/Metrics/MetricRegistry/MultiObserver.php

... See full list

File

vendor/open-telemetry/sdk/Common/Attribute/AttributesFactoryInterface.php, line 7

Namespace

OpenTelemetry\SDK\Common\Attribute
View source
interface AttributesFactoryInterface {
    public function builder(iterable $attributes = [], ?AttributeValidatorInterface $attributeValidator = null) : AttributesBuilderInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AttributesFactoryInterface::builder public function 2

API Navigation

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