aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40063
blob: ddf1349044a5beff4a3c78615fc516679c86eb0b (plain)
1
2
3
4
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;