Skip to main content
  • exportQueryMetrics

    public ExportQueryMetricsResponse exportQueryMetrics(ExportQueryMetricsRequest request) throws GPUdbException
    Export query metrics to a given destination. Returns query metrics.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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:The default value is JSON.
    • JOB_ID: Export query metrics for the currently running job.
    • LIMIT: Record limit per file for multi query export.
    The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.