5 references to Attributes
Aspire.Dashboard (2)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
509
dataPoint.
Attributes
.Add(ToProtobuf(attr));
Otlp\Storage\SqliteTelemetryRepository.Metrics.Writes.cs (1)
184
var dimension = GetOrAddMetricDimension(connection, transaction, instrumentId, point.
Attributes
, ingestionState);
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
124
point.
Attributes
.Add(new KeyValue { Key = attribute.Key, Value = new AnyValue { StringValue = attribute.Value } });
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\MetricsTests.cs (1)
1209
point.
Attributes
.Add(new KeyValue
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
124
point.
Attributes
.Add(new KeyValue { Key = attribute.Key, Value = new AnyValue { StringValue = attribute.Value } });