4 instantiations of OtlpScopeSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
285.Select(scopeGroup => new OtlpScopeSpansJson 317new OtlpScopeSpansJson 344.Select(scopeGroup => new OtlpScopeSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
543new OtlpScopeSpansJson
5 references to OtlpScopeSpansJson
Aspire.Dashboard (4)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
79foreach (var ss in json.ScopeSpans) 91private static ScopeSpans ToProtobuf(OtlpScopeSpansJson json)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
39[JsonSerializable(typeof(OtlpScopeSpansJson))]
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
17public OtlpScopeSpansJson[]? ScopeSpans { get; set; }
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
320var scopeSpans = resourceSpans.ScopeSpans[0];