Files
tor/changes/ticket40063
T
2020-10-27 10:43:42 -04:00

6 lines
267 B
Plaintext

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;