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 OtlpHttpMetricExporter
OtlpHttpMetricExporterBuilder. 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.
-