summaryrefslogtreecommitdiff
path: root/tests/plugins/metrics/configs/.rr-test.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-11 11:45:24 +0300
committerValery Piashchynski <[email protected]>2021-08-11 11:45:24 +0300
commit3e2e9fbd9650c44d57a41a9dc702fe93aad2b77f (patch)
tree38f25c3c0679e8510b896d001d1b7dccf21c4bd8 /tests/plugins/metrics/configs/.rr-test.yaml
parentd449d9d5aec1eec6d494064299feb1551f88ffe2 (diff)
Replace all 'localhost' with '127.0.0.1'. Fix default configuration and
other small bugs. Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/metrics/configs/.rr-test.yaml')
-rw-r--r--tests/plugins/metrics/configs/.rr-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/metrics/configs/.rr-test.yaml b/tests/plugins/metrics/configs/.rr-test.yaml
index 4890076f..b5c4e64f 100644
--- a/tests/plugins/metrics/configs/.rr-test.yaml
+++ b/tests/plugins/metrics/configs/.rr-test.yaml
@@ -3,7 +3,7 @@ rpc:
metrics:
# prometheus client address (path /metrics added automatically)
- address: localhost:2112
+ address: 127.0.0.1:2112
collect:
app_metric:
type: histogram
@@ -15,4 +15,4 @@ metrics:
help: "Custom application counter."
logs:
mode: development
- level: error \ No newline at end of file
+ level: error