-
Notifications
You must be signed in to change notification settings - Fork 307
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
Handle exception while opening connection from constructor #935
Handle exception while opening connection from constructor #935
Conversation
* Removing socket connection from ctr * Remove connect method and some nits --------- Co-authored-by: Arun Mohan Kumar <[email protected]>
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.
LGTM with a changelog entry and clearing the CLA.
src/OpenTelemetry.Exporter.Geneva/MsgPackExporter/Transport/UnixDomainSocketDataTransport.cs
Outdated
Show resolved
Hide resolved
Thanks! Given we are in RC state right now, we might hold off merging until 1.4.0 stable is out, so we'll get some time to test this. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
…/arunmk-ms/opentelemetry-dotnet-contrib into personal/arunmk-ms/socketchanges
@arunmk-ms We released the stable 1.4.0 version of GenevaExporter. Could you please resolve the merge conflicts, and we can get this PR merged? |
@utpilla done |
Thanks for your contribution @arunmk-ms ! |
Fixes #.
Issue 934
Changes
Add try/catch to the socket connection in constructor so that the application wont fail fast when the UDS is not available at startup.