2 writes to Message
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
425
Message
= statusMessage
OtlpJsonSerializerContext.OtlpSpanStatusJson.g.cs (1)
59
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpSpanStatusJson)obj).
Message
= value!,
6 references to Message
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
237
if (json.
Message
is not null)
239
status.Message = json.
Message
;
OtlpJsonSerializerContext.OtlpSpanStatusJson.g.cs (2)
58
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpSpanStatusJson)obj).
Message
,
106
string __value_Message = ((global::Aspire.Otlp.Serialization.OtlpSpanStatusJson)value).
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
);