Uses of Class
io.opentelemetry.exporter.otlp.http.trace.OtlpHttpSpanExporter
-
Packages that use OtlpHttpSpanExporter Package Description io.opentelemetry.exporter.otlp.http.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP HTTP. -
-
Uses of OtlpHttpSpanExporter in io.opentelemetry.exporter.otlp.http.trace
Methods in io.opentelemetry.exporter.otlp.http.trace that return OtlpHttpSpanExporter Modifier and Type Method Description OtlpHttpSpanExporterOtlpHttpSpanExporterBuilder. build()Constructs a new instance of the exporter based on the builder's values.static OtlpHttpSpanExporterOtlpHttpSpanExporter. getDefault()Returns a newOtlpHttpSpanExporterusing the default values.
-