Uses of Class
io.opentelemetry.exporter.internal.FailedExportException.GrpcExportException
Packages that use FailedExportException.GrpcExportException
-
Uses of FailedExportException.GrpcExportException in io.opentelemetry.exporter.internal
Methods in io.opentelemetry.exporter.internal that return FailedExportException.GrpcExportExceptionModifier and TypeMethodDescriptionFailedExportException.grpcFailedExceptionally
(Throwable cause) Indicates a gRPC export failed exceptionally without receiving a response from the server.FailedExportException.grpcFailedWithResponse
(GrpcResponse response) Indicates a gRPC export failed after receiving a response from the server.