4 writes to TraceId
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6179TraceId = other.TraceId; 6265TraceId = input.ReadBytes();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
740exemplar.TraceId = HexToByteString(json.TraceId);
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
416TraceId = ByteString.CopyFrom(Encoding.UTF8.GetBytes("trace-id"))
12 references to TraceId
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
6047if (TraceId != other.TraceId) return false; 6061if (TraceId.Length != 0) hash ^= TraceId.GetHashCode(); 6124if (TraceId.Length != 0) { 6126output.WriteBytes(TraceId); 6156if (TraceId.Length != 0) { 6157size += 1 + pb::CodedOutputStream.ComputeBytesSize(TraceId); 6178if (other.TraceId.Length != 0) { 6179TraceId = other.TraceId;
Otlp\Model\MetricValues\DimensionScope.cs (2)
126if (exemplar.TraceId == null || exemplar.SpanId == null) 154TraceId = exemplar.TraceId.ToHexString()