4 instantiations of OtlpScopeSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
293.Select(scopeGroup => new OtlpScopeSpansJson 325new OtlpScopeSpansJson 352.Select(scopeGroup => new OtlpScopeSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
490new OtlpScopeSpansJson
6 references to OtlpScopeSpansJson
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
79foreach (var ss in json.ScopeSpans) 91private static ScopeSpans ToProtobuf(OtlpScopeSpansJson json)
Otlp\Model\Serialization\OtlpJsonSerializerContext.cs (1)
30[JsonSerializable(typeof(OtlpScopeSpansJson))]
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
170foreach (var scopeSpan in resourceSpan.ScopeSpans)
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
17public OtlpScopeSpansJson[]? ScopeSpans { get; set; }
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
309var scopeSpans = resourceSpans.ScopeSpans[0];