8 writes to Description
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1531Description = other.Description; 1674Description = input.ReadString();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
388metric.Description = json.Description;
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
73Description = "Test metric description", 98Description = "Test metric description",
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\MetricsTests.cs (1)
1318Description = "Test metric description",
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
73Description = "Test metric description", 98Description = "Test metric description",
14 references to Description
Aspire.Dashboard (14)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1360if (Description != other.Description) return false; 1377if (Description.Length != 0) hash ^= Description.GetHashCode(); 1451if (Description.Length != 0) { 1453output.WriteString(Description); 1493if (Description.Length != 0) { 1494size += 1 + pb::CodedOutputStream.ComputeStringSize(Description); 1530if (other.Description.Length != 0) { 1531Description = other.Description;
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (4)
310metric.Description, 323Description = metric.Description, 384parameters.Add($"Description{index}", batch[index].Description); 408Description = metric.Description,