chore(prometheus): move prometheus to a new file

This commit is contained in:
Siyuan Miao
2025-03-07 20:01:14 +01:00
parent 5c7accae0d
commit 8b59a3e387
3 changed files with 19 additions and 5 deletions

View File

@@ -36,6 +36,8 @@ func Main() {
StartNativeCtrlSocketServer()
StartNativeVideoSocketServer()
initPrometheus()
go func() {
err = ExtractAndRunNativeBin()
if err != nil {