docs/enterprise-solutions/monitoring/overview.mdx
Cline includes optional monitoring capabilities for organizations that want to track usage and integrate with their observability infrastructure.
Cline includes opt-in telemetry for anonymous usage tracking:
Users can enable or disable telemetry in Cline settings. All data is anonymous and does not include code content, file paths, or sensitive information.
See Cline Telemetry for configuration details.
For advanced monitoring needs, Cline supports OpenTelemetry's OTLP (OpenTelemetry Protocol) for exporting metrics and logs to your own infrastructure.
This allows you to:
See OpenTelemetry for setup instructions.
All Cline monitoring features are designed with privacy in mind:
<CardGroup cols={2}> <Card title="Anonymous" icon="user-secret"> No personal information collected </Card> <Card title="Optional" icon="toggle-on"> Users can disable at any time </Card> <Card title="Local First" icon="laptop"> Code never leaves your machine </Card> <Card title="Transparent" icon="code"> Open source - see what's collected </Card> </CardGroup>