lightninglabs / lightninglabs/lndmon
Allocate a port on prometheus wiki
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 160
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Prometheus Default port allocations wiki and inspect where lndmon's default port 9092 is configured. Choose an available allocation, update the default and the wiki entry, then verify that the documented and runtime defaults agree.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, prometheus
- Domain
- documentation, observability
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100