Troubleshooting
Troubleshooting
Section titled “Troubleshooting”Solutions for common issues when using Kopai.
Connection Issues
Section titled “Connection Issues””Connection refused” or timeout errors
Section titled “”Connection refused” or timeout errors”- Verify your endpoint URL is correct
- Check your network allows outbound HTTPS connections
- Ensure your token is valid and not expired
”Unauthorized” (401) errors
Section titled “”Unauthorized” (401) errors”- Verify your API token is correct
- Check the token hasn’t been revoked
- Ensure the Authorization header format is correct:
Bearer YOUR_TOKEN
Data Not Appearing
Section titled “Data Not Appearing”Traces not showing in dashboard
Section titled “Traces not showing in dashboard”- Verify your SDK is configured correctly
- Check the service name is set via
OTEL_SERVICE_NAME - Allow a few seconds for data to appear
- Check your SDK logs for export errors
Logs missing
Section titled “Logs missing”- Ensure log export is enabled in your SDK
- Verify log level meets minimum threshold
- Check for SDK-side batching delays
Performance Issues
Section titled “Performance Issues”High latency when exporting
Section titled “High latency when exporting”- Enable batching in your SDK configuration
- Consider using gRPC instead of HTTP
- Check your network connection quality
Getting Help
Section titled “Getting Help”If you’re still experiencing issues:
- Check our status page
- Contact support at hello@kopai.app