This commit is contained in:
2025-03-04 11:42:31 +08:00
parent 1f9632761f
commit 9d178a3d34
7 changed files with 443 additions and 295 deletions

View File

@ -2,6 +2,7 @@ from time import sleep
import biz.task
import config
from telemetry import init_opentelemetry
from template import load_local_template
from util import api
@ -12,6 +13,7 @@ load_local_template()
import logging
LOGGER = logging.getLogger(__name__)
init_opentelemetry()
while True:
# print(get_sys_info())