Skip to content
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

make it easier to understand check connection errors #462

Closed
jrhizor opened this issue Sep 28, 2020 · 2 comments
Closed

make it easier to understand check connection errors #462

jrhizor opened this issue Sep 28, 2020 · 2 comments
Labels
type/enhancement New feature or request
Milestone

Comments

@jrhizor
Copy link
Contributor

jrhizor commented Sep 28, 2020

It needs to be easy for users to understand why connection checks are failing. Usually these failures are caused by inability access a host/port/db/api due to networking, credentials, etc.

Possible short term fix:
Expose failure logs in the UI so it's easy to debug why the connection failed. Right now this is accessible from docker-compose up logs or by viewing the persisted logs for the connection check job, but that is not easy to use.

Possible long term fix:
Allow the integration to map errors to specific fields alongside a custom connection error.

@cgardens
Copy link
Contributor

i think this is handled by the new changes in FE. putting it in milestone so that we make sure it is actually done.

@cgardens
Copy link
Contributor

This is in progress in this issue: #1121. going to close as duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants