This is an advanced configuration method. Most users should use Remote Configuration via the dashboard instead.
When to Use
- Self-hosted deployments without dashboard access
- Local development and testing with your own collectors
- CI/CD pipelines that need observability
- Override organization settings with user-specific configuration
Environment Variables
Core Configuration
OTLP Configuration
Advanced OTLP Configuration
For separate metrics and logs endpoints:Export Tuning
Quick Start Examples
Datadog with gRPC
The endpoint shown above is for Datadog’s US1 region. If you’re in a different region (EU, US3, US5, AP1, etc.), replace
api.datadoghq.com with your region-specific hostname (e.g., api.datadoghq.eu for EU). See Datadog’s OTLP documentation for your region’s endpoint.New Relic with HTTP
Local Development (Insecure)
Console Output (Testing)
Debugging
Enable detailed OpenTelemetry diagnostic logging:- Configuration being used
- Exporters being created
- Connection attempts
- Export successes/failures
Configuration Priority
When multiple configuration methods are present, Cline uses this priority order:- Environment variables (highest priority) - This method
- Remote Configuration - Dashboard settings
- Default settings - Built-in defaults
See Also
Dashboard Configuration
Configure OpenTelemetry via the web dashboard
Remote Configuration
Learn about Remote Configuration system

