-
Notifications
You must be signed in to change notification settings - Fork 162
Add troubleshooting guide for OTel connectivity issues #3030
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add troubleshooting guide for OTel connectivity issues #3030
Conversation
🔍 Preview links for changed docs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lovely! Any upstream doc we could link to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexandra5000 thank you for putting this together. I left comments as suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Thanks for putting it together. It will be a great help for our users.
I removed spaces in one line.
This PR adds a new troubleshooting page covering connectivity issues between OpenTelemetry SDKs, the Collector, and Elastic endpoints.
The page includes:
Common error symptoms
Differentiation of root causes (firewall, endpoint errors, proxy misconfiguration, SDK vs Collector failures)
Step-by-step resolution checks (DNS, reachability, port testing, TLS validation)
Links to related existing pages (proxy settings, debug logging)
This content is intended to help users diagnose networking problems even when proxy settings appear correct but ports or firewalls block traffic.
Resolves #2351