3 writes to Type
Aspire.Dashboard (1)
Otlp\Model\OtlpResource.cs (1)
100Type = MapMetricType(metric.DataCase),
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
67Type = OtlpInstrumentType.Sum,
Aspire.Dashboard.Tests (1)
Model\DefaultInstrumentUnitResolverTests.cs (1)
32Type = OtlpInstrumentType.Gauge,
4 references to Type
Aspire.Dashboard (4)
Components\Controls\Chart\ChartBase.cs (1)
498if (InstrumentViewModel.Instrument?.Type != OtlpInstrumentType.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\MetricTable.razor.cs (1)
258return _instrument?.Type == OtlpInstrumentType.Histogram;
Components_Controls_Chart_ChartFilters_razor.g.cs (1)
868if (Instrument.Summary.Type == OtlpInstrumentType.Histogram)
Model\TelemetryExportService.cs (1)
452switch (summary.Type)