18 lines
671 B
Plaintext
18 lines
671 B
Plaintext
{
|
|
"env": {
|
|
"CLAUDE_CODE_ENABLE_TELEMETRY": "1",
|
|
"OTEL_METRICS_EXPORTER": "otlp",
|
|
"OTEL_LOGS_EXPORTER": "otlp",
|
|
"OTEL_EXPORTER_OTLP_PROTOCOL": "grpc",
|
|
"OTEL_EXPORTER_OTLP_ENDPOINT": "https://otel.company.com:4317",
|
|
"OTEL_EXPORTER_OTLP_HEADERS": "Authorization=Bearer YOUR_API_KEY_HERE",
|
|
"OTEL_METRIC_EXPORT_INTERVAL": "60000",
|
|
"OTEL_LOGS_EXPORT_INTERVAL": "5000",
|
|
"OTEL_LOG_USER_PROMPTS": "1",
|
|
"OTEL_METRICS_INCLUDE_SESSION_ID": "true",
|
|
"OTEL_METRICS_INCLUDE_VERSION": "true",
|
|
"OTEL_METRICS_INCLUDE_ACCOUNT_UUID": "true",
|
|
"OTEL_RESOURCE_ATTRIBUTES": "team=TEAM_NAME,environment=production,deployment=enterprise"
|
|
}
|
|
}
|