Class AutoValue_ImmutableDoubleExemplarData
java.lang.Object
io.opentelemetry.sdk.metrics.internal.data.ImmutableDoubleExemplarData
io.opentelemetry.sdk.metrics.internal.data.AutoValue_ImmutableDoubleExemplarData
- All Implemented Interfaces:
DoubleExemplarData, ExemplarData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final longprivate final Attributesprivate final SpanContextprivate final double -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_ImmutableDoubleExemplarData(Attributes filteredAttributes, long epochNanos, SpanContext spanContext, double value) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongReturns the timestamp in nanos when measurement was collected.Returns the attributes that were recorded alongside the original measurement but filtered out by the aggregator.Returns theSpanContextassociated with this exemplar.doublegetValue()Numerical value of the measurement that was recorded.inthashCode()toString()Methods inherited from class ImmutableDoubleExemplarData
create
-
Field Details
-
filteredAttributes
-
epochNanos
private final long epochNanos -
spanContext
-
value
private final double value
-
-
Constructor Details
-
AutoValue_ImmutableDoubleExemplarData
AutoValue_ImmutableDoubleExemplarData(Attributes filteredAttributes, long epochNanos, SpanContext spanContext, double value)
-
-
Method Details
-
getFilteredAttributes
Description copied from interface:ExemplarDataReturns the attributes that were recorded alongside the original measurement but filtered out by the aggregator. -
getEpochNanos
public long getEpochNanos()Description copied from interface:ExemplarDataReturns the timestamp in nanos when measurement was collected. -
getSpanContext
Description copied from interface:ExemplarDataReturns theSpanContextassociated with this exemplar. If the exemplar was not recorded inside a sampled trace, theSpanContextwill be invalid. -
getValue
public double getValue()Description copied from interface:DoubleExemplarDataNumerical value of the measurement that was recorded. -
toString
-
equals
-
hashCode
-