mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.6'
This commit is contained in:
commit
6b06803e0d
2 changed files with 5 additions and 2 deletions
3
changes/ticket40552
Normal file
3
changes/ticket40552
Normal file
|
@ -0,0 +1,3 @@
|
|||
o Minor bugfixes (MetricsPort, Prometheus):
|
||||
- Add double quotes to the label values of the onion service metrics. Fixes
|
||||
bug 40552; bugfix on 0.4.5.1-alpha.
|
|
@ -30,8 +30,8 @@
|
|||
|
||||
#define TEST_METRICS_ENTRY_NAME "entryA"
|
||||
#define TEST_METRICS_ENTRY_HELP "Description of entryA"
|
||||
#define TEST_METRICS_ENTRY_LABEL_1 "label=farfadet"
|
||||
#define TEST_METRICS_ENTRY_LABEL_2 "label=ponki"
|
||||
#define TEST_METRICS_ENTRY_LABEL_1 "label=\"farfadet\""
|
||||
#define TEST_METRICS_ENTRY_LABEL_2 "label=\"ponki\""
|
||||
|
||||
static void
|
||||
set_metrics_port(or_options_t *options)
|
||||
|
|
Loading…
Add table
Reference in a new issue