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

feat(telemetry)_: track dial errors #5859

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

adklempner
Copy link
Contributor

@adklempner adklempner commented Sep 20, 2024

Listen for dial failure events emitted by go-waku and send to telemetry.

Adds a helper function for parsing dial error strings into a structured type.
If telemetry is enabled, create a subscription to DialError events emitted in the EventBus by go-waku. Parse the error message in the event using the helper function. Push each parsed error to the telemetry client.

Important changes:

Related to status-im/telemetry#21

@status-im-auto
Copy link
Member

status-im-auto commented Sep 20, 2024

Jenkins Builds

Click to see older builds (25)
Commit #️⃣ Finished (UTC) Duration Platform Result
✖️ 013109f #1 2024-09-20 02:51:26 ~1 min tests 📄log
✔️ 013109f #1 2024-09-20 02:52:36 ~2 min tests-rpc 📄log
✔️ 013109f #1 2024-09-20 02:54:08 ~3 min linux 📦zip
✔️ 013109f #1 2024-09-20 02:55:31 ~5 min android 📦aar
✔️ 013109f #1 2024-09-20 02:55:46 ~5 min ios 📦zip
✖️ 7657daf #2 2024-09-24 02:39:13 ~1 min tests 📄log
✔️ 7657daf #2 2024-09-24 02:40:14 ~2 min tests-rpc 📄log
✔️ 7657daf #2 2024-09-24 02:40:21 ~2 min android 📦aar
✔️ 7657daf #2 2024-09-24 02:40:28 ~2 min linux 📦zip
✔️ 7657daf #2 2024-09-24 02:42:56 ~4 min ios 📦zip
✖️ 02db932 #3 2024-09-24 02:56:19 ~1 min tests 📄log
✔️ 02db932 #3 2024-09-24 02:56:57 ~2 min android 📦aar
✔️ 02db932 #3 2024-09-24 02:57:07 ~2 min tests-rpc 📄log
✔️ 02db932 #3 2024-09-24 02:58:44 ~3 min linux 📦zip
✔️ 02db932 #3 2024-09-24 02:58:59 ~4 min ios 📦zip
✖️ 1f607ff #4 2024-09-24 23:26:59 ~55 sec tests 📄log
✔️ 1f607ff #4 2024-09-24 23:28:07 ~2 min android 📦aar
✔️ 1f607ff #4 2024-09-24 23:28:08 ~2 min tests-rpc 📄log
✔️ 1f607ff #4 2024-09-24 23:28:16 ~2 min linux 📦zip
✔️ 1f607ff #4 2024-09-24 23:29:29 ~3 min ios 📦zip
✖️ efb1cab #5 2024-09-24 23:45:25 ~45 sec tests 📄log
✖️ efb1cab #5 2024-09-24 23:45:42 ~1 min tests-rpc 📄log
efb1cab #5 2024-09-24 23:45:47 ~1 min android 📄log
efb1cab #5 2024-09-24 23:45:47 ~1 min linux 📄log
efb1cab #5 2024-09-24 23:45:47 ~1 min ios 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
ce80682 #6 2024-09-24 23:50:47 ~1 min android 📄log
ce80682 #6 2024-09-24 23:50:56 ~1 min ios 📄log
ce80682 #6 2024-09-24 23:51:06 ~1 min linux 📄log
✖️ ce80682 #6 2024-09-24 23:51:14 ~1 min tests-rpc 📄log
✖️ ce80682 #6 2024-09-24 23:51:52 ~2 min tests 📄log
ed55657 #7 2024-09-26 23:19:04 ~31 sec android 📄log
ed55657 #7 2024-09-26 23:19:14 ~36 sec linux 📄log
✖️ ed55657 #7 2024-09-26 23:20:03 ~1 min tests-rpc 📄log
ed55657 #7 2024-09-26 23:20:32 ~1 min ios 📄log
✖️ ed55657 #7 2024-09-26 23:20:50 ~2 min tests 📄log

@adklempner adklempner force-pushed the feat/telemetry-dial-error branch 5 times, most recently from efb1cab to ce80682 Compare September 24, 2024 23:49
@adklempner adklempner marked this pull request as ready for review September 25, 2024 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants