Class ImmutableLongExemplarData

    • Constructor Detail

      • ImmutableLongExemplarData

        ImmutableLongExemplarData()
    • Method Detail

      • create

        public static LongExemplarData create​(Attributes filteredAttributes,
                                              long recordTimeNanos,
                                              SpanContext spanContext,
                                              long value)
        Construct a new exemplar.
        Parameters:
        filteredAttributes - The set of Attributes not already associated with the PointData.
        recordTimeNanos - The time when the sample qas recorded in nanoseconds.
        spanContext - The associated span context.
        value - The value recorded.