AttributesFactoryInterface.php
Namespace
OpenTelemetry\SDK\Common\AttributeFile
-
vendor/
open-telemetry/ sdk/ Common/ Attribute/ AttributesFactoryInterface.php
View source
<?php
declare (strict_types=1);
namespace OpenTelemetry\SDK\Common\Attribute;
interface AttributesFactoryInterface {
public function builder(iterable $attributes = [], ?AttributeValidatorInterface $attributeValidator = null) : AttributesBuilderInterface;
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
AttributesFactoryInterface |