7 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
1472Name = other.Name; 1609Name = input.ReadString();
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
63Name = metricName, 88Name = metricName,
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\MetricsTests.cs (1)
1056Name = "test",
tests\Shared\Telemetry\TelemetryTestHelpers.cs (2)
63Name = metricName, 88Name = metricName,
14 references to Name
Aspire.Dashboard (14)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
1308if (Name != other.Name) return false; 1324if (Name.Length != 0) hash ^= Name.GetHashCode(); 1393if (Name.Length != 0) { 1395output.WriteString(Name); 1435if (Name.Length != 0) { 1436size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 1471if (other.Name.Length != 0) { 1472Name = other.Name;
Otlp\Model\OtlpApplication.cs (4)
57if (string.IsNullOrEmpty(metric.Name)) 62var instrumentKey = new OtlpInstrumentKey(sm.Scope.Name, metric.Name); 69Name = metric.Name, 84Context.Logger.LogInformation(ex, "Error adding metric instrument {MetricName}.", metric.Name);