configure_tracing
Configure distributed tracing for an application by setting sampling rate and excluded paths.
Instructions
Configure distributed tracing for an application.
Controls trace collection settings including sampling rate and paths to exclude from tracing.
Args: project_id: The project ID app_id: The application ID enabled: Whether to enable tracing sample_rate: Optional trace sampling rate (0.0-1.0) excluded_paths: Optional list of URL paths to exclude
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| app_id | Yes | ||
| enabled | Yes | ||
| sample_rate | No | ||
| excluded_paths | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||