Uses of Class
io.opentelemetry.exporter.internal.grpc.MarshalerServiceStub
-
Packages that use MarshalerServiceStub Package Description io.opentelemetry.exporter.internal.grpc Utilities for gRPC exporters.io.opentelemetry.exporter.otlp.logs OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.exporter.otlp.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.exporter.otlp.trace OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC. -
-
Uses of MarshalerServiceStub in io.opentelemetry.exporter.internal.grpc
Classes in io.opentelemetry.exporter.internal.grpc with type parameters of type MarshalerServiceStub Modifier and Type Class Description classMarshalerServiceStub<T extends Marshaler,U,S extends MarshalerServiceStub<T,U,S>>A gRPC stub that uses aMarshaler.Fields in io.opentelemetry.exporter.internal.grpc with type parameters of type MarshalerServiceStub Modifier and Type Field Description private java.util.function.Supplier<java.util.function.BiFunction<io.grpc.Channel,java.lang.String,MarshalerServiceStub<T,?,?>>>GrpcExporterBuilder. grpcStubFactoryConstructor parameters in io.opentelemetry.exporter.internal.grpc with type arguments of type MarshalerServiceStub Constructor Description GrpcExporterBuilder(java.lang.String exporterName, java.lang.String type, long defaultTimeoutSecs, java.net.URI defaultEndpoint, java.util.function.Supplier<java.util.function.BiFunction<io.grpc.Channel,java.lang.String,MarshalerServiceStub<T,?,?>>> grpcStubFactory, java.lang.String grpcEndpointPath) -
Uses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.logs
Subclasses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.logs Modifier and Type Class Description (package private) static classMarshalerLogsServiceGrpc.LogsServiceFutureStub -
Uses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.metrics
Subclasses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.metrics Modifier and Type Class Description (package private) static classMarshalerMetricsServiceGrpc.MetricsServiceFutureStub -
Uses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.trace
Subclasses of MarshalerServiceStub in io.opentelemetry.exporter.otlp.trace Modifier and Type Class Description (package private) static classMarshalerTraceServiceGrpc.TraceServiceFutureStub
-