5 references to TelemetryRepository
Aspire.Dashboard (5)
Components\Controls\Chart\ChartContainer.razor.cs (5)
83if (!TelemetryRepository.IsReadOnly) 271var instrumentSummary = TelemetryRepository.GetInstrumentSummary(resourceKey, meterName, instrumentName); 283if (TelemetryRepository.IsReadOnly) 305var refreshedInstrument = await TelemetryRepository.GetInstrumentAsync(new GetInstrumentRequest 358var latestEndTime = TelemetryRepository.GetInstrumentLatestEndTime(resourceKey, meterName, instrumentName);