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