class LogRecordLimits
Hierarchy
- class \OpenTelemetry\SDK\Logs\LogRecordLimits
Expanded class hierarchy of LogRecordLimits
See also
https://github.com/open-telemetry/opentelemetry-specification/blob/main…
File
-
vendor/
open-telemetry/ sdk/ Logs/ LogRecordLimits.php, line 12
Namespace
OpenTelemetry\SDK\LogsView source
class LogRecordLimits {
/**
* @internal Use {@see LogRecordLimitsBuilder} to create {@see LogRecordLimits} instance.
*/
public function __construct(AttributesFactoryInterface $attributesFactory) {
}
public function getAttributeFactory() : AttributesFactoryInterface {
return $this->attributesFactory;
}
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
LogRecordLimits::getAttributeFactory | public | function | |
LogRecordLimits::__construct | public | function | @internal Use { |