2 instantiations of OtlpGaugeJson
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
510metric.Gauge = new OtlpGaugeJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
544Gauge = new OtlpGaugeJson
3 references to OtlpGaugeJson
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
424private static Gauge ToProtobuf(OtlpGaugeJson json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
51[JsonSerializable(typeof(OtlpGaugeJson))]
src\Shared\Otlp\Serialization\OtlpMetricsJson.cs (1)
83public OtlpGaugeJson? Gauge { get; set; }