4 writes to Type
Aspire.Dashboard (1)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (1)
677
Type
= (OtlpInstrumentType)record.InstrumentType,
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
71
Type
= OtlpInstrumentType.Sum,
Aspire.Dashboard.Tests (2)
ChartDataCalculatorTests.cs (1)
535
Type
= OtlpInstrumentType.Gauge,
Model\DefaultInstrumentUnitResolverTests.cs (1)
34
Type
= OtlpInstrumentType.Gauge,
5 references to Type
Aspire.Dashboard (4)
Components\Controls\Chart\ChartBase.cs (1)
160
if (InstrumentViewModel.Instrument?.
Type
!= OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\ChartContainer.razor.cs (1)
302
var includeExemplars = instrumentSummary.
Type
== OtlpInstrumentType.Histogram;
Components\Controls\Chart\MetricTable.razor.cs (1)
261
return _instrument?.
Type
== OtlpInstrumentType.Histogram;
Model\TelemetryExportService.cs (1)
499
switch (summary.
Type
)
Aspire.Dashboard.Tests (1)
TelemetryRepositoryTests\MetricsTests.cs (1)
109
Assert.Equal(OtlpInstrumentType.Histogram, instrumentSummary.
Type
);