2 writes to Body
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
260Body = new OtlpAnyValueJson { StringValue = log.Message },
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
508Body = new OtlpAnyValueJson { StringValue = message }
5 references to Body
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
309if (json.Body is not null) 311logRecord.Body = ToProtobuf(json.Body);
Aspire.Dashboard.Tests (3)
Model\TelemetryExportServiceTests.cs (3)
92Assert.Equal("Test log message", logRecord.Body?.StringValue); 725Assert.Equal("log-resource1-111", logRecord.Body?.StringValue); 1023Assert.Equal(japaneseMessage, logRecord.Body?.StringValue);