Class ImmutableDoubleExemplarData

    • Constructor Detail

      • ImmutableDoubleExemplarData

        ImmutableDoubleExemplarData()
    • Method Detail

      • create

        public static DoubleExemplarData create​(Attributes filteredAttributes,
                                                long recordTimeNanos,
                                                SpanContext spanContext,
                                                double 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.