Uses of Class
io.opentelemetry.sdk.metrics.internal.view.ViewRegistry
-
Packages that use ViewRegistry Package Description io.opentelemetry.sdk.metrics.internal.export io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of ViewRegistry in io.opentelemetry.sdk.metrics.internal.export
Fields in io.opentelemetry.sdk.metrics.internal.export declared as ViewRegistry Modifier and Type Field Description private ViewRegistryRegisteredReader. viewRegistryMethods in io.opentelemetry.sdk.metrics.internal.export that return ViewRegistry Modifier and Type Method Description ViewRegistryRegisteredReader. getViewRegistry()Get theViewRegistryfor the reader.Methods in io.opentelemetry.sdk.metrics.internal.export with parameters of type ViewRegistry Modifier and Type Method Description static RegisteredReaderRegisteredReader. create(MetricReader reader, ViewRegistry viewRegistry)Construct a new collection info object storing information for collection against a reader.Constructors in io.opentelemetry.sdk.metrics.internal.export with parameters of type ViewRegistry Constructor Description RegisteredReader(MetricReader metricReader, ViewRegistry viewRegistry) -
Uses of ViewRegistry in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view that return ViewRegistry Modifier and Type Method Description static ViewRegistryViewRegistry. create()Return aViewRegistryusing the default aggregation and no views registered.static ViewRegistryViewRegistry. create(DefaultAggregationSelector defaultAggregationSelector, CardinalityLimitSelector cardinalityLimitSelector, java.util.List<RegisteredView> registeredViews)Returns aViewRegistry.
-