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

fix(iroh-metrics): Add the bind addr in errors for bind failures #2511

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

flub
Copy link
Contributor

@flub flub commented Jul 16, 2024

Description

When a bind fails you get a generic error that is hard to track down
for users. Adding the bind address to the error will help a lot.

Breaking Changes

none

Notes & open questions

Fixes #2507.

Change checklist

  • Self-review.
  • Documentation updates following the style guide, if relevant.
  • Tests if relevant.
  • All breaking changes documented.

When a bind fails you get a generic error that is hard to track down
for users.  Adding the bind address to the error will help a lot.
@flub flub requested a review from Arqu July 16, 2024 10:46
@flub flub added this to the v0.21.0 milestone Jul 16, 2024
@dignifiedquire dignifiedquire added this pull request to the merge queue Jul 16, 2024
Merged via the queue into main with commit 50a8b5c Jul 16, 2024
32 of 51 checks passed
@flub flub deleted the flub/metrics-bind-addr-error branch July 16, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

iroh-relay: error is not useful when metrics port is already bound
2 participants