Class OpenTelemetryLoggingProperties.Limits
java.lang.Object
org.springframework.boot.opentelemetry.autoconfigure.logging.OpenTelemetryLoggingProperties.Limits
- Enclosing class:
OpenTelemetryLoggingProperties
Log limits.
- Since:
- 4.1.0
- Author:
- Moritz Halbritter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetMaxAttributes(int maxAttributes) voidsetMaxAttributeValueLength(int maxAttributeValueLength)
-
Constructor Details
-
Limits
public Limits()
-
-
Method Details
-
getMaxAttributeValueLength
public int getMaxAttributeValueLength() -
setMaxAttributeValueLength
public void setMaxAttributeValueLength(int maxAttributeValueLength) -
getMaxAttributes
public int getMaxAttributes() -
setMaxAttributes
public void setMaxAttributes(int maxAttributes)
-