Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/new metric handler #1872

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: change log level.
Bidaya0 committed Oct 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 42fb9a6c15afcc9ffb6847cb77a15feeaff38cf4
2 changes: 1 addition & 1 deletion dongtai_protocol/report/handler/metric_handler.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python
# datetime:2020/10/23 11:56
import logging
import os
import time

from dongtai_common.models.agent import (
@@ -11,7 +12,6 @@
from dongtai_protocol.report.handler.heartbeat_handler import update_heartbeat
from dongtai_protocol.report.handler.report_handler_interface import IReportHandler
from dongtai_protocol.report.report_handler_factory import ReportHandler
import os

logger = logging.getLogger("dongtai.openapi")