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 LogLimitsBuilderLogLimits.builder()Returns a newLogLimitsBuilderto 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 aLogLimitsBuilderinitialized to the same property values as the current instance.