Class AutoValue_TraceParams


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_TraceParams
    extends TraceParams
    • Field Detail

      • sampler

        private final Sampler sampler
      • maxNumberOfAttributes

        private final int maxNumberOfAttributes
      • maxNumberOfAnnotations

        private final int maxNumberOfAnnotations
      • maxNumberOfMessageEvents

        private final int maxNumberOfMessageEvents
      • maxNumberOfLinks

        private final int maxNumberOfLinks
    • Constructor Detail

      • AutoValue_TraceParams

        private AutoValue_TraceParams​(Sampler sampler,
                                      int maxNumberOfAttributes,
                                      int maxNumberOfAnnotations,
                                      int maxNumberOfMessageEvents,
                                      int maxNumberOfLinks)
    • Method Detail

      • getMaxNumberOfAttributes

        public int getMaxNumberOfAttributes()
        Description copied from class: TraceParams
        Returns the global default max number of attributes per Span.
        Specified by:
        getMaxNumberOfAttributes in class TraceParams
        Returns:
        the global default max number of attributes per Span.
      • getMaxNumberOfAnnotations

        public int getMaxNumberOfAnnotations()
        Description copied from class: TraceParams
        Returns the global default max number of Annotation events per Span.
        Specified by:
        getMaxNumberOfAnnotations in class TraceParams
        Returns:
        the global default max number of Annotation events per Span.
      • getMaxNumberOfLinks

        public int getMaxNumberOfLinks()
        Description copied from class: TraceParams
        Returns the global default max number of Link entries per Span.
        Specified by:
        getMaxNumberOfLinks in class TraceParams
        Returns:
        the global default max number of Link entries per Span.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object