2 instantiations of OtlpScopeLogsJson
Aspire.Cli.Tests (2)
Commands\TelemetryLogsCommandTests.cs (1)
127
new
OtlpScopeLogsJson
Mcp\ListStructuredLogsToolTests.cs (1)
77
new
OtlpScopeLogsJson
4 references to OtlpScopeLogsJson
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
251
foreach (
var
scopeLog in resourceLog.ScopeLogs ?? [])
Otlp\OtlpCliJsonSerializerContext.cs (1)
117
[JsonSerializable(typeof(
OtlpScopeLogsJson
))]
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
443
foreach (
var
scopeLogs in resourceLog.ScopeLogs)
src\Shared\Otlp\Serialization\OtlpLogsJson.cs (1)
17
public
OtlpScopeLogsJson
[]? ScopeLogs { get; set; }