configure_profiling
Enable or disable CPU and memory profiling for a specific application, with optional sampling rate control.
Instructions
Configure CPU and memory profiling for an application.
Enables or disables continuous profiling and sets the sampling rate for collecting CPU and memory profiles.
Args: project_id: The project ID app_id: The application ID enabled: Whether to enable profiling sample_rate: Optional sampling rate (0.0-1.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| app_id | Yes | ||
| enabled | Yes | ||
| sample_rate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||