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

Allocate a port on prometheus wiki #43

Open
blackjid opened this issue Sep 4, 2019 · 1 comment
Open

Allocate a port on prometheus wiki #43

blackjid opened this issue Sep 4, 2019 · 1 comment

Comments

@blackjid
Copy link
Contributor

blackjid commented Sep 4, 2019

https://github.com/prometheus/prometheus/wiki/Default-port-allocations

In that wiki there is a list off port allactions for exporters.

This is an extract of the prometheus documentation

A user may have many exporters and Prometheus components on the same machine, so to make that easier each has a unique port number.

https://github.com/prometheus/prometheus/wiki/Default-port-allocations is where we track them, this is publicly editable.

Feel free to grab the next free port number when developing your exporter, preferably before publicly announcing it. If you’re not ready to release yet, putting your username and WIP is fine.

This is a registry to make our users’ lives a little easier, not a commitment to develop particular exporters. For exporters for internal applications we recommend using ports outside of the range of default port allocations.

lndmon is using 9092 by default. It might be good to choose something else and publicly announce it in that wiki

@mmilata
Copy link

mmilata commented Jun 10, 2020

Would be also nice to add it to the list of existing exporters: https://github.com/prometheus/docs/blob/master/content/docs/instrumenting/exporters.md

Edit: I'll do it for you if you give me permission

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

No branches or pull requests

2 participants