4 writes to SpanId
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6176
SpanId
= other.SpanId;
6261
SpanId
= input.ReadBytes();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
736
exemplar.
SpanId
= HexToByteString(json.SpanId);
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
415
SpanId
= ByteString.CopyFrom(Encoding.UTF8.GetBytes("span-id")),
12 references to SpanId
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
6046
if (
SpanId
!= other.
SpanId
) return false;
6060
if (
SpanId
.Length != 0) hash ^=
SpanId
.GetHashCode();
6120
if (
SpanId
.Length != 0) {
6122
output.WriteBytes(
SpanId
);
6153
if (
SpanId
.Length != 0) {
6154
size += 1 + pb::CodedOutputStream.ComputeBytesSize(
SpanId
);
6175
if (other.
SpanId
.Length != 0) {
6176
SpanId = other.
SpanId
;
Otlp\Model\MetricValues\DimensionScope.cs (2)
126
if (exemplar.TraceId == null || exemplar.
SpanId
== null)
153
SpanId = exemplar.
SpanId
.ToHexString(),