OpenTelemetry PHP

LogRecordLimitsBuilder
in package

Table of Contents

Properties

$attributeCountLimit  : int|null
$attributeValueLengthLimit  : int|null

Methods

build()  : LogRecordLimits
setAttributeCountLimit()  : LogRecordLimitsBuilder
setAttributeValueLengthLimit()  : LogRecordLimitsBuilder

Properties

$attributeCountLimit

private int|null $attributeCountLimit = null

Maximum allowed attribute count per record

$attributeValueLengthLimit

private int|null $attributeValueLengthLimit = null

Maximum allowed attribute value length

Methods


        
On this page

Search results