Uses of Interface
io.opentelemetry.sdk.metrics.export.DefaultAggregationSelector
-
Packages that use DefaultAggregationSelector Package Description io.opentelemetry.exporter.internal Internal utilities for exporters.io.opentelemetry.exporter.otlp.http.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.io.opentelemetry.exporter.otlp.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.sdk.metrics.export Utilities that facilitate exporting metrics out ofSdkMeterProvider.io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of DefaultAggregationSelector in io.opentelemetry.exporter.internal
Method parameters in io.opentelemetry.exporter.internal with type arguments of type DefaultAggregationSelector Modifier and Type Method Description static voidExporterBuilderUtil. configureHistogramDefaultAggregation(java.lang.String defaultHistogramAggregation, java.util.function.Consumer<DefaultAggregationSelector> defaultAggregationSelectorConsumer)Invoke thedefaultAggregationSelectorConsumerwith the configuredDefaultAggregationSelector.static voidExporterBuilderUtil. configureOtlpHistogramDefaultAggregation(ConfigProperties config, java.util.function.Consumer<DefaultAggregationSelector> defaultAggregationSelectorConsumer)Invoke thedefaultAggregationSelectorConsumerwith the configuredDefaultAggregationSelector.static voidExporterBuilderUtil. configureOtlpHistogramDefaultAggregation(StructuredConfigProperties config, java.util.function.Consumer<DefaultAggregationSelector> defaultAggregationSelectorConsumer)Invoke thedefaultAggregationSelectorConsumerwith the configuredDefaultAggregationSelector. -
Uses of DefaultAggregationSelector in io.opentelemetry.exporter.otlp.http.metrics
Classes in io.opentelemetry.exporter.otlp.http.metrics that implement DefaultAggregationSelector Modifier and Type Class Description classOtlpHttpMetricExporterExports metrics using OTLP via HTTP, using OpenTelemetry's protobuf model.Fields in io.opentelemetry.exporter.otlp.http.metrics declared as DefaultAggregationSelector Modifier and Type Field Description private DefaultAggregationSelectorOtlpHttpMetricExporter. defaultAggregationSelectorprivate DefaultAggregationSelectorOtlpHttpMetricExporterBuilder. defaultAggregationSelectorMethods in io.opentelemetry.exporter.otlp.http.metrics with parameters of type DefaultAggregationSelector Modifier and Type Method Description OtlpHttpMetricExporterBuilderOtlpHttpMetricExporterBuilder. setDefaultAggregationSelector(DefaultAggregationSelector defaultAggregationSelector)Constructors in io.opentelemetry.exporter.otlp.http.metrics with parameters of type DefaultAggregationSelector Constructor Description OtlpHttpMetricExporter(HttpExporterBuilder<Marshaler> builder, HttpExporter<Marshaler> delegate, AggregationTemporalitySelector aggregationTemporalitySelector, DefaultAggregationSelector defaultAggregationSelector, MemoryMode memoryMode) -
Uses of DefaultAggregationSelector in io.opentelemetry.exporter.otlp.metrics
Classes in io.opentelemetry.exporter.otlp.metrics that implement DefaultAggregationSelector Modifier and Type Class Description classOtlpGrpcMetricExporterExports metrics using OTLP via gRPC, using OpenTelemetry's protobuf model.Fields in io.opentelemetry.exporter.otlp.metrics declared as DefaultAggregationSelector Modifier and Type Field Description private DefaultAggregationSelectorOtlpGrpcMetricExporter. defaultAggregationSelectorprivate DefaultAggregationSelectorOtlpGrpcMetricExporterBuilder. defaultAggregationSelectorMethods in io.opentelemetry.exporter.otlp.metrics with parameters of type DefaultAggregationSelector Modifier and Type Method Description OtlpGrpcMetricExporterBuilderOtlpGrpcMetricExporterBuilder. setDefaultAggregationSelector(DefaultAggregationSelector defaultAggregationSelector)Constructors in io.opentelemetry.exporter.otlp.metrics with parameters of type DefaultAggregationSelector Constructor Description OtlpGrpcMetricExporter(GrpcExporterBuilder<Marshaler> builder, GrpcExporter<Marshaler> delegate, AggregationTemporalitySelector aggregationTemporalitySelector, DefaultAggregationSelector defaultAggregationSelector, MemoryMode memoryMode) -
Uses of DefaultAggregationSelector in io.opentelemetry.sdk.metrics.export
Subinterfaces of DefaultAggregationSelector in io.opentelemetry.sdk.metrics.export Modifier and Type Interface Description interfaceMetricExporterA Metric Exporter is a push based interface for exportingMetricDataout ofSdkMeterProvider.interfaceMetricReaderA metric reader reads metrics from anSdkMeterProvider.Classes in io.opentelemetry.sdk.metrics.export that implement DefaultAggregationSelector Modifier and Type Class Description classPeriodicMetricReaderAMetricReaderwhich wraps aMetricExporterand automatically reads and exports the metrics every export interval.Methods in io.opentelemetry.sdk.metrics.export that return DefaultAggregationSelector Modifier and Type Method Description static DefaultAggregationSelectorDefaultAggregationSelector. getDefault()The default implementation ofDefaultAggregationSelectorwhich returns the default aggregation for each instrument.default DefaultAggregationSelectorDefaultAggregationSelector. with(InstrumentType instrumentType, Aggregation aggregation)Returns a default aggregation selector which returns the givenaggregationfor the giveninstrumentType, and defers to this for other instrument types.Methods in io.opentelemetry.sdk.metrics.export with parameters of type DefaultAggregationSelector Modifier and Type Method Description static java.lang.StringDefaultAggregationSelector. asString(DefaultAggregationSelector selector)Returns a string representation of this selector, for using inObject.toString()implementations. -
Uses of DefaultAggregationSelector in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type DefaultAggregationSelector Modifier and Type Method Description static ViewRegistryViewRegistry. create(DefaultAggregationSelector defaultAggregationSelector, CardinalityLimitSelector cardinalityLimitSelector, java.util.List<RegisteredView> registeredViews)Returns aViewRegistry.Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type DefaultAggregationSelector Constructor Description ViewRegistry(DefaultAggregationSelector defaultAggregationSelector, CardinalityLimitSelector cardinalityLimitSelector, java.util.List<RegisteredView> registeredViews)
-