configure_tracing
Enable and manage distributed tracing for applications by configuring trace collection settings, including sampling rate and paths to exclude. Integrates with MCP Server for Coroot to optimize observability and performance monitoring.
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 |