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\MetricsView source
interface AttributeProcessorInterface {
public function process(AttributesInterface $attributes, ContextInterface $context) : AttributesInterface;
}