Get request metrics for a model endpoint version
Get request metrics time series data for a specific model endpoint version from Prometheus. Returns successful requests, failed requests, and total requests.
Authorizations
Path Parameters
The ID of the model endpoint to get request metrics for
"62313ce67a0af0281c01a6a5"
The version number of the model endpoint to get request metrics for
1
Query Parameters
Start time for the metrics query in ISO 8601 format. Defaults to 24 hours ago.
"2024-01-15T10:00:00Z"
End time for the metrics query in ISO 8601 format. Defaults to current time.
"2024-01-16T10:00:00Z"
Optional aggregation window for metrics data points. When provided, uses the specified window (5min, hourly, or daily) for step size. When omitted, uses adaptive step sizing based on the time range to optimize data point count.
hourly, daily "hourly"
Maximum number of historical executions to include in metrics aggregation. Defaults to 3 if not specified.
1 <= x <= 103