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; +