Commit 6b06803e authored by David Goulet's avatar David Goulet 🐼
Browse files

Merge branch 'maint-0.4.6'

parents b6ec7fad a08b1256
Loading
Loading
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.
+2 −2
Original line number Diff line number Diff line
@@ -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)