9 references to OtlpInstrumentType
Aspire.Dashboard (7)
Components\Controls\Chart\ChartBase.cs (1)
497
if (InstrumentViewModel.Instrument?.Type !=
OtlpInstrumentType
.Histogram || InstrumentViewModel.ShowCount)
Components\Controls\Chart\MetricTable.razor.cs (1)
248
return _instrument?.Type ==
OtlpInstrumentType
.Histogram;
Otlp\Model\OtlpApplication.cs (5)
87
private static
OtlpInstrumentType
MapMetricType(Metric.DataOneofCase data)
91
Metric.DataOneofCase.Gauge =>
OtlpInstrumentType
.Gauge,
92
Metric.DataOneofCase.Sum =>
OtlpInstrumentType
.Sum,
93
Metric.DataOneofCase.Histogram =>
OtlpInstrumentType
.Histogram,
94
_ =>
OtlpInstrumentType
.Unsupported
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
69
Type =
OtlpInstrumentType
.Sum
Aspire.Dashboard.Tests (1)
Model\DefaultInstrumentUnitResolverTests.cs (1)
33
Type =
OtlpInstrumentType
.Gauge,