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

Breadcrumb

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

interface AttributeProcessorInterface

@internal

Hierarchy

  • interface \OpenTelemetry\SDK\Metrics\AttributeProcessorInterface

Expanded class hierarchy of AttributeProcessorInterface

All classes that implement AttributeProcessorInterface

5 files declare their use of AttributeProcessorInterface
FilteredAttributeProcessor.php in vendor/open-telemetry/sdk/Metrics/AttributeProcessor/FilteredAttributeProcessor.php
IdentityAttributeProcessor.php in vendor/open-telemetry/sdk/Metrics/AttributeProcessor/IdentityAttributeProcessor.php
MetricAggregator.php in vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregator.php
MetricAggregatorFactory.php in vendor/open-telemetry/sdk/Metrics/Stream/MetricAggregatorFactory.php
StreamFactory.php in vendor/open-telemetry/sdk/Metrics/MetricFactory/StreamFactory.php

File

vendor/open-telemetry/sdk/Metrics/AttributeProcessorInterface.php, line 13

Namespace

OpenTelemetry\SDK\Metrics
View source
interface AttributeProcessorInterface {
    public function process(AttributesInterface $attributes, ContextInterface $context) : AttributesInterface;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
AttributeProcessorInterface::process public function 2

API Navigation

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