interface AttributesFactoryInterface
Hierarchy
- interface \OpenTelemetry\SDK\Common\Attribute\AttributesFactoryInterface
Expanded class hierarchy of AttributesFactoryInterface
All classes that implement AttributesFactoryInterface
6 files declare their use of AttributesFactoryInterface
- InstrumentationScopeFactory.php in vendor/
open-telemetry/ sdk/ Common/ Instrumentation/ InstrumentationScopeFactory.php - LogRecordLimits.php in vendor/
open-telemetry/ sdk/ Logs/ LogRecordLimits.php - MeterProvider.php in vendor/
open-telemetry/ sdk/ Metrics/ MeterProvider.php - MetricRegistry.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricRegistry/ MetricRegistry.php - MultiObserver.php in vendor/
open-telemetry/ sdk/ Metrics/ MetricRegistry/ MultiObserver.php
File
-
vendor/
open-telemetry/ sdk/ Common/ Attribute/ AttributesFactoryInterface.php, line 7
Namespace
OpenTelemetry\SDK\Common\AttributeView source
interface AttributesFactoryInterface {
public function builder(iterable $attributes = [], ?AttributeValidatorInterface $attributeValidator = null) : AttributesBuilderInterface;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
AttributesFactoryInterface::builder | public | function | 2 |