1 instantiation of OtlpScopeLogsJson
Aspire.Cli.Tests (1)
Mcp\ListStructuredLogsToolTests.cs (1)
77
new
OtlpScopeLogsJson
4 references to OtlpScopeLogsJson
aspire (4)
Commands\TelemetryLogsCommand.cs (1)
239
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; }