AttributeProcessorInterface.php
Namespace
OpenTelemetry\SDK\MetricsFile
-
vendor/
open-telemetry/ sdk/ Metrics/ AttributeProcessorInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Metrics;
use OpenTelemetry\Context\ContextInterface;
use OpenTelemetry\SDK\Common\Attribute\AttributesInterface;
/**
* @internal
*/
interface AttributeProcessorInterface {
public function process(AttributesInterface $attributes, ContextInterface $context) : AttributesInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
AttributeProcessorInterface | @internal |