2 writes to Gauge
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
515metric.Gauge = new OtlpGaugeJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
545Gauge = new OtlpGaugeJson
2 references to Gauge
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
394if (json.Gauge is not null) 396metric.Gauge = ToProtobuf(json.Gauge);