3 references to CreateCursors
Aspire.Dashboard (1)
Components\Controls\Chart\ChartContainer.razor.cs (1)
302
? MetricInstrumentDataCache.
CreateCursors
(baseInstrument, historyDuration, dataPointInterval)
Aspire.Dashboard.Tests (2)
ChartDataCalculatorTests.cs (1)
490
var cursors = MetricInstrumentDataCache.
CreateCursors
(cached, TimeSpan.FromSeconds(20), TimeSpan.FromSeconds(1));
TelemetryRepositoryTests\MetricsTests.cs (1)
2031
var cursors = MetricInstrumentDataCache.
CreateCursors
(initialInstrument, TimeSpan.FromMinutes(1), TimeSpan.FromMinutes(1));