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