feat(platform): expose vehicle service runtime health
This commit is contained in:
@@ -174,6 +174,11 @@ export interface OpsHealth {
|
||||
redisOnlineKeys: number | null;
|
||||
tdengineWritable: boolean;
|
||||
mysqlWritable: boolean;
|
||||
runtime: RuntimeInfo;
|
||||
}
|
||||
|
||||
export interface RuntimeInfo {
|
||||
requestTimeoutMs: number;
|
||||
}
|
||||
|
||||
export interface Page<T> {
|
||||
|
||||
Reference in New Issue
Block a user