1 write to Message
Aspire.Dashboard (1)
Model\TelemetryExportService.cs (1)
426
Message
= statusMessage
4 references to Message
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
237
if (json.
Message
is not null)
239
status.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)
325
Assert.Equal("Something went wrong", span.Status.
Message
);