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