diff options
author | David Goulet <dgoulet@torproject.org> | 2022-03-08 13:50:34 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-03-08 13:50:34 -0500 |
commit | f4aa985cf7b5ee0b617d235d5f121f5a1762aff2 (patch) | |
tree | c7869192136a8182a541361bc81444135b7ee155 /changes | |
parent | 1c3cefe2cfcd9320e5be32c9659bd4726b69fa93 (diff) | |
download | tor-f4aa985cf7b5ee0b617d235d5f121f5a1762aff2.tar.gz tor-f4aa985cf7b5ee0b617d235d5f121f5a1762aff2.zip |
hs: Fix multiple port label on single metric
Prometheus needs unique labels and so this bug was causing an onion
service with multiple ports to have multiple "port=" label for the
metrics requiring a port label.
Fixes #40581
Signed-off-by: David Goulet <dgoulet@torproject.org>
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. |