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