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