]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: File for ticket 40063, the MetricsPort
authorDavid Goulet <dgoulet@torproject.org>
Thu, 22 Oct 2020 19:15:33 +0000 (15:15 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Tue, 27 Oct 2020 14:43:42 +0000 (10:43 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
changes/ticket40063 [new file with mode: 0644]

diff --git a/changes/ticket40063 b/changes/ticket40063
new file mode 100644 (file)
index 0000000..ddf1349
--- /dev/null
@@ -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;
+