5 references to TelemetryRepository
Aspire.Dashboard (5)
Components\Controls\Chart\ChartContainer.razor.cs (5)
85if (!TelemetryRepository.IsReadOnly) 277var instrumentSummary = TelemetryRepository.GetInstrumentSummary(resourceKey, meterName, instrumentName); 289if (TelemetryRepository.IsReadOnly) 311var refreshedInstrument = await TelemetryRepository.GetInstrumentAsync(new GetInstrumentRequest 364var latestEndTime = TelemetryRepository.GetInstrumentLatestEndTime(resourceKey, meterName, instrumentName);