8 references to InstrumentName
Aspire.Dashboard (4)
Components\Controls\Chart\ChartContainer.razor.cs (4)
204
var requestKey = (ResourceKey, MeterName,
InstrumentName
, Duration);
217
var hasInstrumentChanged = PreviousMeterName != MeterName || PreviousInstrumentName !=
InstrumentName
;
219
PreviousInstrumentName =
InstrumentName
;
263
var instrumentName =
InstrumentName
;
Aspire.Dashboard.Components.Tests (4)
Pages\MetricsTests.cs (4)
113
builder.Add(component => component.
InstrumentName
, "test-instrument");
227
builder.Add(component => component.
InstrumentName
, "instrument-1");
239
cut.SetParametersAndRender(builder => builder.Add(component => component.
InstrumentName
, "instrument-2"));
315
builder.Add(component => component.
InstrumentName
, "test-instrument");