4 references to Attributes
Aspire.Dashboard (2)
Otlp\Model\OtlpInstrument.cs (2)
49
FindScope(d.
Attributes
, ref tempAttributes).AddPointValue(d, Context);
55
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 } });