From: David Goulet Date: Thu, 22 Oct 2020 19:15:33 +0000 (-0400) Subject: changes: File for ticket 40063, the MetricsPort X-Git-Tag: tor-0.4.5.1-alpha~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2e42045902524cb8277ab9674f9d669d2d8ab00;p=thirdparty%2Ftor.git changes: File for ticket 40063, the MetricsPort Signed-off-by: David Goulet --- 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; +