From bea5916c57469cd75102cde07a7a6c62914c74f0 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 19 Aug 2021 19:38:52 +0300 Subject: Add support for the IPv6 Signed-off-by: Valery Piashchynski --- tests/plugins/metrics/configs/.rr-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/plugins/metrics/configs/.rr-test.yaml') diff --git a/tests/plugins/metrics/configs/.rr-test.yaml b/tests/plugins/metrics/configs/.rr-test.yaml index b5c4e64f..d6f529f5 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: 127.0.0.1:2112 + address: "[::1]:2112" collect: app_metric: type: histogram -- cgit v1.2.3