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

Improve metrics bind error message #40

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

joel0
Copy link
Contributor

@joel0 joel0 commented Mar 26, 2024

Previously:

app_main: Err: Address already in use (os error 98)

Now:

app_main: Err: binding to socket [::]:8000

Caused by:
    Address already in use (os error 98)

foundations/src/telemetry/server.rs Outdated Show resolved Hide resolved
Previously:
```
app_main: Err: Address already in use (os error 98)
```
Now:
```
app_main: Err: binding to socket [::]:8000

Caused by:
    Address already in use (os error 98)
```
@inikulin inikulin merged commit 300231d into cloudflare:main Apr 7, 2024
17 checks passed
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.

None yet

3 participants