Uses of Class
io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
Packages that use OtlpHttpMetricExporter
Package
Description
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.
-
Uses of OtlpHttpMetricExporter in io.opentelemetry.exporter.otlp.http.metrics
Methods in io.opentelemetry.exporter.otlp.http.metrics that return OtlpHttpMetricExporterModifier and TypeMethodDescriptionOtlpHttpMetricExporterBuilder.build()
Constructs a new instance of the exporter based on the builder's values.static OtlpHttpMetricExporter
OtlpHttpMetricExporter.getDefault()
Returns a newOtlpHttpMetricExporter
using the default values.