summaryrefslogtreecommitdiff
path: root/changes/ticket40757
diff options
context:
space:
mode:
authorGabriela Moldovan <gabi@torproject.org>2023-03-08 17:51:58 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-03-13 11:18:40 -0400
commitd1264d11c3320b8a28c3715acca8a8ace1d70569 (patch)
tree60f7969f01e8ec541ae2308cb709f088acf4ccf5 /changes/ticket40757
parent3fa08dc9a7041b82fd100d2fc30331c534723e17 (diff)
downloadtor-d1264d11c3320b8a28c3715acca8a8ace1d70569.tar.gz
tor-d1264d11c3320b8a28c3715acca8a8ace1d70569.zip
metrics: Add support for histograms.
This will enable us to add e.g. circuit build metrics (#40717). Signed-off-by: Gabriela Moldovan <gabi@torproject.org>
Diffstat (limited to 'changes/ticket40757')
-rw-r--r--changes/ticket407573
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40757 b/changes/ticket40757
new file mode 100644
index 0000000000..e2d8c1ed47
--- /dev/null
+++ b/changes/ticket40757
@@ -0,0 +1,3 @@
+ o Minor features (metrics):
+ - Add support for histograms.
+ Part of ticket 40757.