class IdentityAttributeProcessor
@internal
Hierarchy
- class \OpenTelemetry\SDK\Metrics\AttributeProcessor\IdentityAttributeProcessor implements \OpenTelemetry\SDK\Metrics\AttributeProcessorInterface
Expanded class hierarchy of IdentityAttributeProcessor
File
-
vendor/
open-telemetry/ sdk/ Metrics/ AttributeProcessor/ IdentityAttributeProcessor.php, line 14
Namespace
OpenTelemetry\SDK\Metrics\AttributeProcessorView source
final class IdentityAttributeProcessor implements AttributeProcessorInterface {
public function process(AttributesInterface $attributes, ContextInterface $context) : AttributesInterface {
return $attributes;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overriden Title |
---|---|---|---|---|
IdentityAttributeProcessor::process | public | function | Overrides AttributeProcessorInterface::process |