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