Uses of Class
io.opentelemetry.exporter.internal.FailedExportException.GrpcExportException
-
Packages that use FailedExportException.GrpcExportException Package Description io.opentelemetry.exporter.internal Internal utilities for exporters. -
-
Uses of FailedExportException.GrpcExportException in io.opentelemetry.exporter.internal
Methods in io.opentelemetry.exporter.internal that return FailedExportException.GrpcExportException Modifier and Type Method Description static FailedExportException.GrpcExportException
FailedExportException. grpcFailedExceptionally(java.lang.Throwable cause)
Indicates a gRPC export failed exceptionally without receiving a response from the server.static FailedExportException.GrpcExportException
FailedExportException. grpcFailedWithResponse(GrpcResponse response)
Indicates a gRPC export failed after receiving a response from the server.
-