4 references to Attributes
Aspire.Dashboard (2)
Otlp\Model\OtlpApplication.cs (2)
120
instrument.FindScope(d.
Attributes
, ref tempAttributes).AddPointValue(d, Context);
134
instrument.FindScope(d.
Attributes
, ref tempAttributes).AddPointValue(d, Context);
Aspire.Dashboard.Components.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
115
point.
Attributes
.Add(new KeyValue { Key = attribute.Key, Value = new AnyValue { StringValue = attribute.Value } });
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
115
point.
Attributes
.Add(new KeyValue { Key = attribute.Key, Value = new AnyValue { StringValue = attribute.Value } });