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

Do not listen on localhost for Prometheus #1632

Open
sbruens opened this issue Jan 14, 2025 · 0 comments
Open

Do not listen on localhost for Prometheus #1632

sbruens opened this issue Jan 14, 2025 · 0 comments
Labels
feature request New feature or request server usage/service metrics issues related to collecting service metrics

Comments

@sbruens
Copy link
Contributor

sbruens commented Jan 14, 2025

It seems localhost is not resolvable on your system. Likely happening here:

server.listen({port, host: 'localhost', exclusive: true});
. We should consider updating that.

In the meantime you may want to look into why localhost is not resolvable on your machine.

Originally posted by @sbruens in #1623

@sbruens sbruens added feature request New feature or request server usage/service metrics issues related to collecting service metrics labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request server usage/service metrics issues related to collecting service metrics
Projects
None yet
Development

No branches or pull requests

1 participant