From 6680bf17ba0fbda790c35cd2bf8a3cf41b995448 Mon Sep 17 00:00:00 2001 From: Miquel Ortega Date: Tue, 5 May 2020 19:42:37 +0200 Subject: [PATCH] Added prometheus to README --- README.md | 2 ++ README.turnserver | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index a4d8ff7..6831ec0 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ Supported user databases (for user repository, with passwords or keys, if authen Redis can also be used for status and statistics storage and notification. +By default a [prometheus](https://prometheus.io/) exporter endpoint is enabled on port 9121 under path /metrics + Supported message integrity digest algorithms: * HMAC-SHA1, with MD5-hashed keys (as required by STUN and TURN standards) diff --git a/README.turnserver b/README.turnserver index 4f2b28d..cec85e7 100644 --- a/README.turnserver +++ b/README.turnserver @@ -265,6 +265,9 @@ Flags: check: across the session, all requests must have the same main ORIGIN attribute value (if the ORIGIN was initially used by the session). + --no-prometheus Disable prometheus metrics. By default it is + enabled and listening on port 9121 unther the path /metrics + also the path / on this port can be used as a health check -h Help.