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