commit f2e42045902524cb8277ab9674f9d669d2d8ab00 parent 1c06c9f1c0a496132a586ab8ff6ecf371b6ecf43 Author: David Goulet <dgoulet@torproject.org> Date: Thu, 22 Oct 2020 15:15:33 -0400 changes: File for ticket 40063, the MetricsPort Signed-off-by: David Goulet <dgoulet@torproject.org> Diffstat:
| A | changes/ticket40063 | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/changes/ticket40063 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; +