Get pod resource usage metrics for a model endpoint version
Get pod resource usage metrics time series data for a specific model endpoint version from Prometheus. Returns memory usage, CPU usage, GPU utilization, and GPU memory usage.
Authorizations
Path Parameters
The ID of the model endpoint to get pod resource metrics for
"62313ce67a0af0281c01a6a5"
The version number of the model endpoint to get pod resource 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
Response
Success
Combined pod resource usage time series data