feat: support metrics config

This commit is contained in:
rammiah
2025-06-11 18:42:41 +08:00
parent d9922d93af
commit d1e07954c5
2 changed files with 10 additions and 2 deletions

View File

@@ -81,5 +81,9 @@
}
]
},
"stats": {}
}
"stats": {},
"metrics": {
"tag": "metrics_out",
"listen": "127.0.0.1:11111"
}
}