Skip to main content

Compute Batch

POST 

/v2/metrics/batch/

Compute a metric on a batch of data.

Parameters:

  • metric: The metric name and data to compute.

Returns:

  • A list of computed metric values for each data point.

Raises:

  • HTTPException 400: If the data is empty.
  • HTTPException 500: If there is an error computing the metric.

Request

Body

required

    metric Metric (string)required
    kwargs object[]required

Responses

Successful Response

Schema

    any

Loading...