Class SpanLimits

    • Constructor Detail

      • SpanLimits

        public SpanLimits()
    • Method Detail

      • getMaxNumberOfAttributes

        public abstract int getMaxNumberOfAttributes()
        Returns the global default max number of attributes per Span.
        Returns:
        the global default max number of attributes per Span.
      • getMaxNumberOfEvents

        public abstract int getMaxNumberOfEvents()
        Returns the global default max number of events per Span.
        Returns:
        the global default max number of events per Span.
      • getMaxNumberOfLinks

        public abstract int getMaxNumberOfLinks()
        Returns the global default max number of links per Span.
        Returns:
        the global default max number of links per Span.
      • getMaxNumberOfAttributesPerEvent

        public abstract int getMaxNumberOfAttributesPerEvent()
        Returns the global default max number of attributes per event.
        Returns:
        the global default max number of attributes per event.
      • getMaxNumberOfAttributesPerLink

        public abstract int getMaxNumberOfAttributesPerLink()
        Returns the global default max number of attributes per link.
        Returns:
        the global default max number of attributes per link.
      • getMaxLengthOfAttributeValues

        public abstract int getMaxLengthOfAttributeValues()
        Returns the global default max length of string attribute value in characters.
        Returns:
        the global default max length of string attribute value in characters.
        See Also:
        shouldTruncateStringAttributeValues()
      • shouldTruncateStringAttributeValues

        public boolean shouldTruncateStringAttributeValues()