monitor_inference_performance
Track real-time performance metrics, usage trends, and health status for inference subscriptions to identify issues and optimize resource utilization.
Instructions
Monitor performance metrics and usage trends for an inference subscription.
Args: subscription_id: The inference subscription ID or label
Returns: Performance monitoring data including: - current_usage: Real-time usage statistics - trends: Usage patterns and projections - alerts: Any usage or performance warnings - health_score: Overall subscription health (0-100)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subscription_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"subscription_id": {
"title": "Subscription Id",
"type": "string"
}
},
"required": [
"subscription_id"
],
"type": "object"
}