8 references to InstrumentName
Aspire.Dashboard (4)
Components\Controls\Chart\ChartContainer.razor.cs (4)
210
var requestKey = (ResourceKey, MeterName,
InstrumentName
, Duration);
223
var hasInstrumentChanged = PreviousMeterName != MeterName || PreviousInstrumentName !=
InstrumentName
;
225
PreviousInstrumentName =
InstrumentName
;
269
var instrumentName =
InstrumentName
;
Aspire.Dashboard.Components.Tests (4)
Pages\MetricsTests.cs (4)
112
builder.Add(component => component.
InstrumentName
, "test-instrument");
226
builder.Add(component => component.
InstrumentName
, "instrument-1");
238
cut.SetParametersAndRender(builder => builder.Add(component => component.
InstrumentName
, "instrument-2"));
314
builder.Add(component => component.
InstrumentName
, "test-instrument");