5 writes to Body
Aspire.Cli.Tests (5)
Commands\ExportCommandTests.cs (1)
792Body = new OtlpAnyValueJson { StringValue = e.body }
Commands\TelemetryLogsCommandTests.cs (1)
133Body = new OtlpAnyValueJson { StringValue = e.body }
Mcp\ListStructuredLogsToolTests.cs (3)
99Body = new OtlpAnyValueJson { StringValue = "Application started successfully" }, 114Body = new OtlpAnyValueJson { StringValue = "Connection timeout warning" }, 128Body = new OtlpAnyValueJson { StringValue = "Worker failed to process message" },
2 references to Body
aspire (2)
Commands\TelemetryLogsCommand.cs (1)
268var body = log.Body?.StringValue ?? "";
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
467return logRecord.Body?.StringValue;