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