3 writes to SpanId
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6078SpanId = other.SpanId; 6163SpanId = input.ReadBytes();
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
406SpanId = 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)
5948if (SpanId != other.SpanId) return false; 5962if (SpanId.Length != 0) hash ^= SpanId.GetHashCode(); 6022if (SpanId.Length != 0) { 6024output.WriteBytes(SpanId); 6055if (SpanId.Length != 0) { 6056size += 1 + pb::CodedOutputStream.ComputeBytesSize(SpanId); 6077if (other.SpanId.Length != 0) { 6078SpanId = other.SpanId;
Otlp\Model\MetricValues\DimensionScope.cs (2)
121if (exemplar.TraceId == null || exemplar.SpanId == null) 148SpanId = exemplar.SpanId.ToHexString(),