3 instantiations of OtlpScopeLogsJson
Aspire.Cli.Tests (3)
Commands\ExportCommandTests.cs (1)
785
new
OtlpScopeLogsJson
Commands\TelemetryLogsCommandTests.cs (1)
126
new
OtlpScopeLogsJson
Mcp\ListStructuredLogsToolTests.cs (1)
76
new
OtlpScopeLogsJson
4 references to OtlpScopeLogsJson
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
250
foreach (
var
scopeLog in resourceLog.ScopeLogs ?? [])
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
443
foreach (
var
scopeLogs in resourceLog.ScopeLogs)
src\Shared\Otlp\Serialization\OtlpJsonSerializerContext.cs (1)
44
[JsonSerializable(typeof(
OtlpScopeLogsJson
))]
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
17
public
OtlpScopeLogsJson
[]? ScopeLogs { get; set; }