get_application
Retrieve detailed application metrics, health checks, incidents, and deployment history for monitoring and analysis using specified project and application IDs.
Instructions
Get application details and metrics.
Retrieves comprehensive information about an application including:
Performance metrics (CPU, memory, network)
Health checks and SLOs
Recent incidents
Deployment history
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp for metrics (optional) to_timestamp: End timestamp for metrics (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
from_timestamp | No | ||
project_id | Yes | ||
to_timestamp | No |