From d3d782ebd4c9fea5611b3097db21355ae11753d9 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sun, 10 Mar 2024 18:18:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc5bab2..61b09bc 100644 --- a/README.md +++ b/README.md @@ -323,7 +323,7 @@ total_max_scrape_duration = 30 # Max overall duration of all metrics collec To keeps things within expected boundaries, the last two parameters allows for controlling both individual and overall scrape durations -### mktxp listening socket addresses +### mktxp endpoint listen addresses By default, mktxp runs it's HTTP metrics endpoint on any IPv4 address on port 49090. However, it is also able to listen on multiple socket addresses, both IPv4 and IPv6. You can configure this behaviour via the following [system option](https://github.com/akpw/mktxp/blob/main/README.md#mktxp-system-configuration), setting ```listen``` to a space-separated list of sockets to listen to, e.g.: ```