Class AutoValue_ImmutableLongExemplarData

    • Field Detail

      • filteredAttributes

        private final Attributes filteredAttributes
      • epochNanos

        private final long epochNanos
      • value

        private final long value
    • Constructor Detail

      • AutoValue_ImmutableLongExemplarData

        AutoValue_ImmutableLongExemplarData​(Attributes filteredAttributes,
                                            long epochNanos,
                                            SpanContext spanContext,
                                            long value)
    • Method Detail

      • getFilteredAttributes

        public Attributes getFilteredAttributes()
        Description copied from interface: ExemplarData
        Returns the attributes that were recorded alongside the original measurement but filtered out by the aggregator.
      • getEpochNanos

        public long getEpochNanos()
        Description copied from interface: ExemplarData
        Returns the timestamp in nanos when measurement was collected.
      • getValue

        public long getValue()
        Description copied from interface: LongExemplarData
        Numerical value of the measurement that was recorded.
      • 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