From c9ad7e434a813f3dc135daf7d5d386c5d3b8c021 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Wed, 10 Mar 2021 15:23:04 +0100 Subject: [PATCH] Update config comments to match v0.1.1 features --- etc/rtrtr.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/rtrtr.conf b/etc/rtrtr.conf index 00a9926..fcb4598 100644 --- a/etc/rtrtr.conf +++ b/etc/rtrtr.conf @@ -23,11 +23,9 @@ log_file = "/var/log/rtrtr.log" # Where should the HTTP server listen on? # -# Currently, the server is only used for metrics, but eventually we will have -# HTTP targets that publish their data under a path of the HTTP server. -# # The HTTP server provides access to Prometheus-style metrics under the -# `/metrics` path and plain text status information under `/status` +# `/metrics` path and plain text status information under `/status` and +# can be used as a target for serving data (see below for more on targets). http-listen = ["127.0.0.1:8080"] # RTRTR uses two classes of components: units and targets. Units take data