SpanLimits class

Constructors

SpanLimits({int? maxNumAttributes, int? maxNumEvents, int? maxNumLink, int? maxNumAttributesPerEvent, int? maxNumAttributesPerLink, int? maxNumAttributeLength})
constructor https://docs.newrelic.com/docs/data-apis/manage-data/view-system-limits/ https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk/trace/src/main/java/io/opentelemetry/sdk/trace/SpanLimitsBuilder.java

Properties

hashCode int
The hash code for this object.
no setterinherited
maxNumAttributeLength int
return the maximum allowed attribute value length. This limits only applies to string and string list attribute valuse. Any string longer than this value will be truncated to this length.
getter/setter pair
maxNumAttributes int
getters return the max number of attributes per span
getter/setter pair
maxNumAttributesPerEvent int
return the max number of attributes per event
getter/setter pair
return the max number of attributes per link
getter/setter pair
maxNumEvents int
return the max number of events per span
getter/setter pair
return the max number of links per span
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited