feat(platform): expose active connection capacity

This commit is contained in:
lingniu
2026-07-04 08:52:57 +08:00
parent b26a37f6f7
commit e29f8768ca
6 changed files with 49 additions and 17 deletions

View File

@@ -274,6 +274,7 @@ export interface QualityBucketStat {
export interface OpsHealth {
linkHealth: LinkHealth[];
kafkaLag: number | null;
activeConnections: number | null;
redisOnlineKeys: number | null;
tdengineWritable: boolean;
mysqlWritable: boolean;