1 write to DataPoints
Aspire.Dashboard (1)
OtlpJsonSerializerContext.OtlpExponentialHistogramJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramJson)obj).
DataPoints
= value!,
4 references to DataPoints
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
474
if (json.
DataPoints
is not null)
476
foreach (var dp in json.
DataPoints
)
OtlpJsonSerializerContext.OtlpExponentialHistogramJson.g.cs (2)
58
Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramJson)obj).
DataPoints
,
106
global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramDataPointJson[] __value_DataPoints = ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpExponentialHistogramJson)value).
DataPoints
;