4 references to OtlpExponentialHistogramDataPointJson
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
477foreach (var dp in json.DataPoints) 598private static ExponentialHistogramDataPoint ToProtobuf(OtlpExponentialHistogramDataPointJson json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
58[JsonSerializable(typeof(OtlpExponentialHistogramDataPointJson))]
src\Shared\Otlp\Serialization\OtlpMetricsJson.cs (1)
180public OtlpExponentialHistogramDataPointJson[]? DataPoints { get; set; }