Commit Graph

3 Commits

Author SHA1 Message Date
laanwj
b3c7cce8d9 prometheus: Listen on 127.0.0.1 by default
Make the prometheus plugin listen on 127.0.0.1 (localhost) by default
instead of open to the world. This closes a privacy breach in the
default configuration.
2022-04-28 12:58:42 +02:00
Christian Decker
9f3ac44a77 prometheus: Change default port to 9750 as per port-allocation
We registered port 9750 the [port allocation] list for the prometheus project,
so we should use that port :-)

Suggested-by: Martin Milata <@mmilata>

[port allocation]: https://github.com/prometheus/prometheus/wiki/Default-port-allocations
2020-08-29 14:36:03 +02:00
Christian Decker
3ca5056ebd prometheus: Add a prometheus plugin exposing channel and peer stats
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-02-26 18:43:51 +01:00