We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
定制报警客户端, 需要覆盖 App 类型的以下成员函数
App
# 从 config 中创建统计客户端对象 # - config: 全局配置 # 若不启用报警功能, 则此函数返回 None def init_alarm_client(self, config)
该函数返回的客户端对象应支持以下成员函数调用
# 发送报警 # - message: 报警信息 # - trace: 报警代码 trace # 无返回值 def send_alarm(self, message, trace)