Uses of Class
io.opentelemetry.exporter.otlp.logs.ExportLogsServiceResponse
-
Packages that use ExportLogsServiceResponse Package Description io.opentelemetry.exporter.otlp.logs OpenTelemetry exporter which sends span data to OpenTelemetry collector via OTLP gRPC. -
-
Uses of ExportLogsServiceResponse in io.opentelemetry.exporter.otlp.logs
Fields in io.opentelemetry.exporter.otlp.logs with type parameters of type ExportLogsServiceResponse Modifier and Type Field Description private static io.grpc.MethodDescriptor<Marshaler,ExportLogsServiceResponse>
MarshalerLogsServiceGrpc. getExportMethod
private static io.grpc.MethodDescriptor.Marshaller<ExportLogsServiceResponse>
MarshalerLogsServiceGrpc. RESPONSE_MARSHALER
Methods in io.opentelemetry.exporter.otlp.logs that return ExportLogsServiceResponse Modifier and Type Method Description static ExportLogsServiceResponse
ExportLogsServiceResponse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExportLogsServiceResponse[]
ExportLogsServiceResponse. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.exporter.otlp.logs that return types with arguments of type ExportLogsServiceResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<ExportLogsServiceResponse>
MarshalerLogsServiceGrpc.LogsServiceFutureStub. export(Marshaler request)
-