3 writes to Type
Aspire.Dashboard (1)
Otlp\Model\OtlpApplication.cs (1)
83
Type
= MapMetricType(metric.DataCase),
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
65
Type
= OtlpInstrumentType.Sum
Aspire.Dashboard.Tests (1)
Model\DefaultInstrumentUnitResolverTests.cs (1)
32
Type
= OtlpInstrumentType.Gauge,
2 references to Type
Aspire.Dashboard (2)
Components\Controls\Chart\ChartBase.cs (1)
500
if (InstrumentViewModel.Instrument?.
Type
!= OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\MetricTable.razor.cs (1)
250
return _instrument?.
Type
== OtlpInstrumentType.Histogram;