5 instantiations of OtlpScopeLogsJson
Aspire.Cli.Tests (5)
Commands\ExportCommandTests.cs (1)
967
new
OtlpScopeLogsJson
Commands\TelemetryLogsCommandTests.cs (2)
159
new
OtlpScopeLogsJson
585
new
OtlpScopeLogsJson
Mcp\ExcludeFromMcpTests.cs (1)
470
new
OtlpScopeLogsJson
Mcp\ListStructuredLogsToolTests.cs (1)
76
new
OtlpScopeLogsJson
4 references to OtlpScopeLogsJson
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
240
foreach (
var
scopeLog in resourceLog.ScopeLogs ?? [])
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
579
foreach (
var
scopeLogs in resourceLog.ScopeLogs)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
47
[JsonSerializable(typeof(
OtlpScopeLogsJson
))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
17
public
OtlpScopeLogsJson
[]? ScopeLogs { get; set; }