11 instantiations of OtlpScopeSpansJson
Aspire.Cli.Tests (11)
Commands\ExportCommandTests.cs (1)
1010new OtlpScopeSpansJson
Commands\TelemetrySpansCommandTests.cs (2)
130new OtlpScopeSpansJson 316new OtlpScopeSpansJson
Commands\TelemetryTracesCommandTests.cs (4)
55new OtlpScopeSpansJson 161new OtlpScopeSpansJson 375new OtlpScopeSpansJson 521new OtlpScopeSpansJson
Mcp\ExcludeFromMcpTests.cs (1)
515new OtlpScopeSpansJson
Mcp\ListTracesToolTests.cs (2)
45new OtlpScopeSpansJson 347new OtlpScopeSpansJson
ProfileCaptureServiceTests.cs (1)
640new OtlpScopeSpansJson
6 references to OtlpScopeSpansJson
aspire (6)
Commands\TelemetrySpansCommand.cs (1)
234foreach (var scopeSpan in resourceSpan.ScopeSpans ?? [])
Profiling\ProfileCaptureService.cs (1)
465foreach (var scopeSpans in resourceSpans.ScopeSpans ?? [])
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
301foreach (var scopeSpan in resourceSpan.ScopeSpans) 341foreach (var scopeSpan in resourceSpan.ScopeSpans)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
39[JsonSerializable(typeof(OtlpScopeSpansJson))]
src\Shared\Otlp\Serialization\OtlpTraceJson.cs (1)
17public OtlpScopeSpansJson[]? ScopeSpans { get; set; }