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