-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: instrument traceroute check (#186)
* feat: basic metrics Signed-off-by: Niklas Treml <[email protected]> * debug: regularily flush span processor * fix: activate otlp collector for jaeger * fix: add tracer field for test to avoid nil pointer * feat: instrument traceroute implementation * feat: add enabled flag for telemetry config * fix: only record non EHOSTUNREACH errors * chore: spelling Signed-off-by: Bruno Bressi <[email protected]> * chore: address review comments * refactor: use checkname as trace name * refactor: use explicit default case * fix: set error statuses for errors * refactor: function naming * feat: add more span attributes * chore: bump deps * chore: record another error * chore: address review comments * chore: rm named returns * chore: mark no route to host error as error * chore: rename hop method to doHop Signed-off-by: lvlcn-t <[email protected]> --------- Signed-off-by: Niklas Treml <[email protected]> Signed-off-by: Bruno Bressi <[email protected]> Signed-off-by: lvlcn-t <[email protected]> Co-authored-by: Niklas Treml <[email protected]> Co-authored-by: Bruno Bressi <[email protected]>
- Loading branch information
1 parent
2c42948
commit 98726ae
Showing
11 changed files
with
301 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.