3 writes to Name
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
401
Name
= span.Name,
OtlpJsonSerializerContext.OtlpSpanJson.g.cs (1)
159
Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpSpanJson)obj).
Name
= value!,
Aspire.Dashboard.Tests (1)
Model\TelemetryImportServiceTests.cs (1)
499
Name
= operationName,
7 references to Name
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
135
if (json.
Name
is not null)
137
span.Name = json.
Name
;
OtlpJsonSerializerContext.OtlpSpanJson.g.cs (1)
158
Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpSpanJson)obj).
Name
,
src\Shared\ConsoleLogs\SharedAIHelpers.cs (2)
254
["name"] = context.AddValue(span.
Name
, sId => $@"Duplicate of ""name"" for span {OtlpHelpers.ToShortenedId(sId)}", spanId),
278
["title"] = rootSpan?.Span.
Name
,
Aspire.Dashboard.Tests (2)
Model\TelemetryExportServiceTests.cs (2)
320
Assert.Equal("Test span. Id: span1234", span.
Name
);
673
Assert.Contains("resource2-222", span.
Name
);