Uses of Interface
io.opentelemetry.sdk.metrics.export.MetricExporter
Packages that use MetricExporter
Package
Description
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration.
Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of
metrics.
Utilities that facilitate exporting metrics out of
SdkMeterProvider.-
Uses of MetricExporter in io.opentelemetry.exporter.otlp.http.metrics
Classes in io.opentelemetry.exporter.otlp.http.metrics that implement MetricExporterModifier and TypeClassDescriptionfinal classExports metrics using OTLP via HTTP, using OpenTelemetry's protobuf model. -
Uses of MetricExporter in io.opentelemetry.exporter.otlp.internal
Classes in io.opentelemetry.exporter.otlp.internal that implement interfaces with type arguments of type MetricExporterModifier and TypeClassDescriptionclassDeclarative configuration SPI implementation forOtlpHttpMetricExporterandOtlpGrpcMetricExporter.Methods in io.opentelemetry.exporter.otlp.internal that return MetricExporterModifier and TypeMethodDescriptionOtlpMetricExporterComponentProvider.create(StructuredConfigProperties config) OtlpMetricExporterProvider.createExporter(ConfigProperties config) Methods in io.opentelemetry.exporter.otlp.internal that return types with arguments of type MetricExporter -
Uses of MetricExporter in io.opentelemetry.exporter.otlp.metrics
Classes in io.opentelemetry.exporter.otlp.metrics that implement MetricExporterModifier and TypeClassDescriptionfinal classExports metrics using OTLP via gRPC, using OpenTelemetry's protobuf model. -
Uses of MetricExporter in io.opentelemetry.sdk.autoconfigure
Fields in io.opentelemetry.sdk.autoconfigure with type parameters of type MetricExporterModifier and TypeFieldDescriptionprivate BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> AutoConfiguredOpenTelemetrySdkBuilder.metricExporterCustomizerprivate BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> AutoConfiguredOpenTelemetrySdkBuilder.metricExporterCustomizerMethods in io.opentelemetry.sdk.autoconfigure that return MetricExporterModifier and TypeMethodDescription(package private) static MetricExporterMetricExporterConfiguration.configureExporter(String name, NamedSpiManager<MetricExporter> spiExportersManager) Methods in io.opentelemetry.sdk.autoconfigure that return types with arguments of type MetricExporterModifier and TypeMethodDescription(package private) static NamedSpiManager<MetricExporter> MetricExporterConfiguration.metricExporterSpiManager(ConfigProperties config, SpiHelper spiHelper) Method parameters in io.opentelemetry.sdk.autoconfigure with type arguments of type MetricExporterModifier and TypeMethodDescriptionAutoConfiguredOpenTelemetrySdkBuilder.addMetricExporterCustomizer(BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> metricExporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredSpanExporterto allow customization.AutoConfiguredOpenTelemetrySdkBuilder.addMetricExporterCustomizer(BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> metricExporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredSpanExporterto allow customization.(package private) static MetricExporterMetricExporterConfiguration.configureExporter(String name, NamedSpiManager<MetricExporter> spiExportersManager) -
Uses of MetricExporter in io.opentelemetry.sdk.autoconfigure.spi
Method parameters in io.opentelemetry.sdk.autoconfigure.spi with type arguments of type MetricExporterModifier and TypeMethodDescriptiondefault AutoConfigurationCustomizerAutoConfigurationCustomizer.addMetricExporterCustomizer(BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> exporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredMetricExporterto allow customization.default AutoConfigurationCustomizerAutoConfigurationCustomizer.addMetricExporterCustomizer(BiFunction<? super MetricExporter, ConfigProperties, ? extends MetricExporter> exporterCustomizer) Adds aBiFunctionto invoke with the default autoconfiguredMetricExporterto allow customization. -
Uses of MetricExporter in io.opentelemetry.sdk.autoconfigure.spi.metrics
Methods in io.opentelemetry.sdk.autoconfigure.spi.metrics that return MetricExporterModifier and TypeMethodDescriptionConfigurableMetricExporterProvider.createExporter(ConfigProperties config) Returns aMetricExporterthat can be registered to OpenTelemetry by providing the property value specified byConfigurableMetricExporterProvider.getName(). -
Uses of MetricExporter in io.opentelemetry.sdk.metrics.export
Fields in io.opentelemetry.sdk.metrics.export declared as MetricExporterModifier and TypeFieldDescriptionprivate final MetricExporterPeriodicMetricReader.exporterprivate final MetricExporterPeriodicMetricReaderBuilder.metricExporterMethods in io.opentelemetry.sdk.metrics.export with parameters of type MetricExporterModifier and TypeMethodDescriptionstatic PeriodicMetricReaderBuilderPeriodicMetricReader.builder(MetricExporter exporter) Returns a newPeriodicMetricReaderBuilder.static PeriodicMetricReaderPeriodicMetricReader.create(MetricExporter exporter) Returns a newPeriodicMetricReaderwhich exports to theexporteronce every minute.Constructors in io.opentelemetry.sdk.metrics.export with parameters of type MetricExporterModifierConstructorDescription(package private)PeriodicMetricReader(MetricExporter exporter, long intervalNanos, ScheduledExecutorService scheduler) (package private)PeriodicMetricReaderBuilder(MetricExporter metricExporter)