diff options
author | David Goulet <dgoulet@torproject.org> | 2022-03-09 08:46:55 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-03-09 08:46:55 -0500 |
commit | 472c7127c7ad3f42879d48bd2eb8d461abdb6230 (patch) | |
tree | 3f08e2bd7d41a4bbe3edf37d9665dcd64cced64d /changes | |
parent | 5afdc851b2096f046503e63d9465d3c2c3ffba9a (diff) | |
parent | 9efb04bb3e979941eada05c1a7d61d08d395376e (diff) | |
download | tor-472c7127c7ad3f42879d48bd2eb8d461abdb6230.tar.gz tor-472c7127c7ad3f42879d48bd2eb8d461abdb6230.zip |
Merge branch 'maint-0.4.5' into maint-0.4.6
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40581 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40581 b/changes/ticket40581 new file mode 100644 index 0000000000..315215d8ed --- /dev/null +++ b/changes/ticket40581 @@ -0,0 +1,4 @@ + o Minor bugfixes (metrics port, onion service): + - Fix the metrics with a port label to be unique. Before this, all ports of + an onion service would be on the same line which violates the Prometheus + rules of unique labels. Fixes bug 40581; bugfix on 0.4.5.1-alpha. |