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