tcp connect error to datasource #107

Open
opened 2 years ago by glitch4347 · 0 comments
glitch4347 commented 2 years ago (Migrated from github.com)
Owner

the error I've got:

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error trying to connect: tcp connect error: Connection timed out (os error 110)

Caused by:
    0: tcp connect error: Connection timed out (os error 110)
    1: Connection timed out (os error 110)', src/services/analytic_service/analytic_unit/pattern_analytic_unit.rs:365:59
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrac

I am connecting to remote prometheus instance. We should handle this case better without panic

the error I've got: ``` thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: error trying to connect: tcp connect error: Connection timed out (os error 110) Caused by: 0: tcp connect error: Connection timed out (os error 110) 1: Connection timed out (os error 110)', src/services/analytic_service/analytic_unit/pattern_analytic_unit.rs:365:59 note: run with `RUST_BACKTRACE=1` environment variable to display a backtrac ``` I am connecting to remote prometheus instance. We should handle this case better without panic
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.