4 instantiations of OtlpScopeSpansJson
Aspire.Dashboard (3)
Model\TelemetryExportService.cs (3)
287.Select(scopeGroup => new OtlpScopeSpansJson 319new OtlpScopeSpansJson 346.Select(scopeGroup => new OtlpScopeSpansJson
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
489new 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)
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
170foreach (var scopeSpan in resourceSpan.ScopeSpans)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
36[JsonSerializable(typeof(OtlpScopeSpansJson))]
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];