Skip to content

Commit

Permalink
fix(backend): tendbcluster主机性能指标策略失效的问题 TencentBlueKing#8044
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhw8 committed Nov 19, 2024
1 parent b348724 commit ef98f7f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"key": "db_type",
"value": [
"mysql"
"mysql", "tendbcluster"
],
"method": "eq",
"condition": "and",
Expand Down Expand Up @@ -295,7 +295,7 @@
},
"is_enabled": true,
"monitor_indicator": "AVG(CPU使用率)",
"version": 22,
"version": 24,
"alert_source": "time_series",
"custom_conditions": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"key": "db_type",
"value": [
"mysql"
"mysql", "tendbcluster"
],
"method": "eq",
"condition": "and",
Expand Down Expand Up @@ -264,7 +264,7 @@
},
"is_enabled": true,
"monitor_indicator": "AVG(I/O使用率)",
"version": 23,
"version": 24,
"alert_source": "time_series",
"custom_conditions": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"key": "db_type",
"value": [
"mysql"
"mysql", "tendbcluster"
],
"method": "eq",
"condition": "and",
Expand Down Expand Up @@ -296,7 +296,7 @@
},
"is_enabled": true,
"monitor_indicator": "AVG(磁盘空间使用率)",
"version": 23,
"version": 24,
"alert_source": "time_series",
"custom_conditions": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{
"key": "db_type",
"value": [
"mysql"
"mysql", "tendbcluster"
],
"method": "eq",
"condition": "and",
Expand Down Expand Up @@ -270,7 +270,7 @@
},
"is_enabled": true,
"monitor_indicator": "AVG(网卡出流量)",
"version": 22,
"version": 24,
"alert_source": "time_series",
"custom_conditions": []
}

0 comments on commit ef98f7f

Please sign in to comment.