From f2e42045902524cb8277ab9674f9d669d2d8ab00 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 22 Oct 2020 15:15:33 -0400 Subject: [PATCH] changes: File for ticket 40063, the MetricsPort Signed-off-by: David Goulet --- changes/ticket40063 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket40063 diff --git a/changes/ticket40063 b/changes/ticket40063 new file mode 100644 index 0000000000..ddf1349044 --- /dev/null +++ b/changes/ticket40063 @@ -0,0 +1,5 @@ + o Major features (metrics): + - Introduce a new MetricsPort which exposes, through an HTTP GET /metrics, a + series of metrics that tor collects at runtime. At the moment, the only + supported output format is Prometheus data model. Closes ticket 40063; +