feat: 支持配置运维健康评分阈值#2201
Open
Clarence12138 wants to merge 3 commits intoWei-Shaw:mainfrom
Open
Conversation
Contributor
|
All contributors have signed the CLA. ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA
sonnet
***@***.***
原始邮件
发件人:github-actions[bot] ***@***.***>
发件时间:2026年5月5日 17:26
收件人:Wei-Shaw/sub2api ***@***.***>
抄送:Jiaxiang Zhang ***@***.***>, Author ***@***.***>
主题:Re: [Wei-Shaw/sub2api] feat: 支持配置运维健康评分阈值 (PR #2201)
github-actions[bot] left a comment (Wei-Shaw/sub2api#2201)
Thank you for your contribution! Before we can merge this PR, we need you to sign our Contributor License Agreement (CLA).
To sign, please reply with the following comment:
I have read the CLA Document and I hereby sign the CLA
You only need to sign once — it will be valid for all your future contributions to this project.
I have read the CLA Document and I hereby sign the CLA
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Author
|
I have read the CLA Document and I hereby sign the CLA |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
ops_metric_thresholds增加业务健康评分专用阈值:错误率满分/零分点、TTFT P99 满分/零分点验证
./node_modules/.bin/vue-tsc --noEmit./node_modules/.bin/vitest run src/views/admin/ops src/components/admin/monitor src/components/common/__tests__ --passWithNoTests说明:当前本地环境没有可用的
go/gofmt工具链,后端单测未能在本机执行;已补充对应 unit test 用例。