get_application_profiling
Analyze CPU and memory usage for applications by retrieving profiling data, including flame graphs, to identify performance bottlenecks and optimization opportunities. Use time filters to manage large response sizes.
Instructions
Get CPU and memory profiling data for an application.
Retrieves profiling data including flame graphs for CPU usage and memory allocation patterns to help identify performance bottlenecks and optimization opportunities.
⚠️ WARNING: This endpoint can return extremely large responses (180k+ tokens) for applications with extensive profiling data. Consider using time filters to limit the response size to specific time windows.
Args: project_id: Project ID app_id: Application ID (format: namespace/kind/name) from_timestamp: Start timestamp (optional, strongly recommended) to_timestamp: End timestamp (optional, strongly recommended) query: Search query (optional)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | ||
from_timestamp | No | ||
project_id | Yes | ||
query | No | ||
to_timestamp | No |