configure_tracing
Enable and customize distributed tracing for applications by configuring sampling rates and specifying URL paths to exclude. Optimize trace collection for performance monitoring and analysis.
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 |
---|---|---|---|
app_id | Yes | ||
enabled | Yes | ||
excluded_paths | No | ||
project_id | Yes | ||
sample_rate | No |