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