3 writes to TraceId
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
6081TraceId = other.TraceId; 6167TraceId = input.ReadBytes();
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
407TraceId = 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)
5949if (TraceId != other.TraceId) return false; 5963if (TraceId.Length != 0) hash ^= TraceId.GetHashCode(); 6026if (TraceId.Length != 0) { 6028output.WriteBytes(TraceId); 6058if (TraceId.Length != 0) { 6059size += 1 + pb::CodedOutputStream.ComputeBytesSize(TraceId); 6080if (other.TraceId.Length != 0) { 6081TraceId = other.TraceId;
Otlp\Model\MetricValues\DimensionScope.cs (2)
121if (exemplar.TraceId == null || exemplar.SpanId == null) 149TraceId = exemplar.TraceId.ToHexString()