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