Loading changes/ticket40552 0 → 100644 +3 −0 Original line number Diff line number Diff line 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. src/test/test_metrics.c +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading
changes/ticket40552 0 → 100644 +3 −0 Original line number Diff line number Diff line 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.
src/test/test_metrics.c +2 −2 Original line number Diff line number Diff line Loading @@ -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