We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
警报规则月流量监控 transfer_in_cycle:周期内入站流量 transfer_out_cycle:周期内出站流量 transfer_all_cycle:周期内双向流量总和
需求: 1、这几个有没有可能支持多台服务器的总计流量。
场景: 阿里云CDT流量多产品合并累计免费200G/月。 甲骨文账号所有VPS合并累计10T/月
2、还有一种是按主流量计费的场景,在阿里云文档里可以看介绍 https://help.aliyun.com/zh/cdt/product-overview/billing-1?spm=a2c4g.11186623.help-menu-328555.d_0_2_0.3bf132c46XyeBW 在一个计费周期内,取实例入方向和出方向中流量较大的为主流量,对主流量进行计费。 所以这样的场景有没有可能支持按主流量计算监控,这个应该难度较大。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
警报规则月流量监控
transfer_in_cycle:周期内入站流量
transfer_out_cycle:周期内出站流量
transfer_all_cycle:周期内双向流量总和
需求:
1、这几个有没有可能支持多台服务器的总计流量。
场景:
阿里云CDT流量多产品合并累计免费200G/月。
甲骨文账号所有VPS合并累计10T/月
2、还有一种是按主流量计费的场景,在阿里云文档里可以看介绍
https://help.aliyun.com/zh/cdt/product-overview/billing-1?spm=a2c4g.11186623.help-menu-328555.d_0_2_0.3bf132c46XyeBW
在一个计费周期内,取实例入方向和出方向中流量较大的为主流量,对主流量进行计费。
所以这样的场景有没有可能支持按主流量计算监控,这个应该难度较大。
The text was updated successfully, but these errors were encountered: