4 references to OtlpResourceView
Aspire.Dashboard (1)
Otlp\Model\OtlpResource.cs (1)
74
return GetView(new
OtlpResourceView
(this, properties));
Aspire.Dashboard.Components.Tests (1)
Controls\PlotlyChartTests.cs (1)
73
ResourceView = new
OtlpResourceView
(resource, Array.Empty<KeyValuePair<string, string>>())
Aspire.Dashboard.Tests (2)
ChartDataCalculatorTests.cs (1)
538
ResourceView = new
OtlpResourceView
(resource, Array.Empty<KeyValuePair<string, string>>())
Model\DefaultInstrumentUnitResolverTests.cs (1)
37
ResourceView = new
OtlpResourceView
(resource, Array.Empty<KeyValuePair<string, string>>())