feat(platform): expose capacity check findings

This commit is contained in:
lingniu
2026-07-04 08:58:40 +08:00
parent e29f8768ca
commit f651e48434
6 changed files with 69 additions and 5 deletions

View File

@@ -285,6 +285,7 @@ type OpsHealth struct {
LinkHealth []LinkHealth `json:"linkHealth"`
KafkaLag *int `json:"kafkaLag"`
ActiveConnections *int `json:"activeConnections"`
CapacityFindings []string `json:"capacityFindings"`
RedisOnlineKeys *int `json:"redisOnlineKeys"`
TDengineWritable bool `json:"tdengineWritable"`
MySQLWritable bool `json:"mysqlWritable"`