From d1e07954c51229c2d74756685c33cd70c67fa2ef Mon Sep 17 00:00:00 2001 From: rammiah Date: Wed, 11 Jun 2025 18:42:41 +0800 Subject: feat: support metrics config --- web/service/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'web/service') diff --git a/web/service/config.json b/web/service/config.json index e7425ac0..764d2b2e 100644 --- a/web/service/config.json +++ b/web/service/config.json @@ -81,5 +81,9 @@ } ] }, - "stats": {} -} \ No newline at end of file + "stats": {}, + "metrics": { + "tag": "metrics_out", + "listen": "127.0.0.1:11111" + } +} -- cgit v1.2.3