Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrammiah <rammiahcn@gmail.com>2025-06-11 13:42:41 +0300
committerrammiah <rammiahcn@gmail.com>2025-06-11 13:42:41 +0300
commitd1e07954c51229c2d74756685c33cd70c67fa2ef (patch)
treea2e5623b9eb36cc998d869932599c74ca9335a28 /web/service
parentd9922d93af64c30a40d855f0eed142f49e8b583a (diff)
feat: support metrics config
Diffstat (limited to 'web/service')
-rw-r--r--web/service/config.json8
1 files changed, 6 insertions, 2 deletions
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"
+ }
+}