Uses of Class
io.opentelemetry.exporter.otlp.http.metrics.OtlpHttpMetricExporter
-
Packages that use OtlpHttpMetricExporter Package Description io.opentelemetry.exporter.otlp.http.metrics 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 OtlpHttpMetricExporter Modifier and Type Method Description OtlpHttpMetricExporterOtlpHttpMetricExporterBuilder. build()Constructs a new instance of the exporter based on the builder's values.static OtlpHttpMetricExporterOtlpHttpMetricExporter. getDefault()Returns a newOtlpHttpMetricExporterusing the default values.
-