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