exportQueryMetrics
public ExportQueryMetricsResponse exportQueryMetrics(ExportQueryMetricsRequest request) throws GPUdbException Export query metrics to a given destination. Returns query metrics.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.exportQueryMetrics
public ExportQueryMetricsResponse exportQueryMetrics(Map<String, String> options) throws GPUdbException Export query metrics to a given destination. Returns query metrics.Parameters:options- Optional parameters.EXPRESSION: Filter for multi query export.FILEPATH: Path to export target specified as a filename or existing directory.FORMAT: Specifies which format to export the metrics. Supported values:JSON: Generic JSON output.JSON_TRACE_EVENT: Chromium/Perfetto trace event format.
JSON.JOB_ID: Export query metrics for the currently running job.LIMIT: Record limit per file for multi query export.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.