export method

ResponseFuture<ExportMetricsServiceResponse> export(
  1. ExportMetricsServiceRequest request, {
  2. CallOptions? options,
})

For performance reasons, it is recommended to keep this RPC alive for the entire life of the application.

Implementation

$grpc.ResponseFuture<$0.ExportMetricsServiceResponse> export(
  $0.ExportMetricsServiceRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$export, request, options: options);
}