Uses of Class
io.opentelemetry.sdk.logs.LogLimitsBuilder
Packages that use LogLimitsBuilder
-
Uses of LogLimitsBuilder in io.opentelemetry.sdk.logs
Methods in io.opentelemetry.sdk.logs that return LogLimitsBuilderModifier and TypeMethodDescriptionstatic LogLimitsBuilder
LogLimits.builder()
Returns a newLogLimitsBuilder
to construct aLogLimits
.LogLimitsBuilder.setMaxAttributeValueLength
(int maxAttributeValueLength) Sets the max number of characters for string attribute values.LogLimitsBuilder.setMaxNumberOfAttributes
(int maxNumberOfAttributes) Sets the max number of attributes perLogRecordData
.LogLimits.toBuilder()
Returns aLogLimitsBuilder
initialized to the same property values as the current instance.