1 write to Message
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
426Message = statusMessage
4 references to Message
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
237if (json.Message is not null) 239status.Message = json.Message;
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
256["status_message"] = context.AddValue(span.Status?.Message, sId => $@"Duplicate of ""status_message"" for span {OtlpHelpers.ToShortenedId(sId)}", spanId),
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
325Assert.Equal("Something went wrong", span.Status.Message);