feat(platform): expose vehicle service runtime health
This commit is contained in:
@@ -184,4 +184,9 @@ type OpsHealth struct {
|
||||
RedisOnlineKeys *int `json:"redisOnlineKeys"`
|
||||
TDengineWritable bool `json:"tdengineWritable"`
|
||||
MySQLWritable bool `json:"mysqlWritable"`
|
||||
Runtime RuntimeInfo `json:"runtime"`
|
||||
}
|
||||
|
||||
type RuntimeInfo struct {
|
||||
RequestTimeoutMs int `json:"requestTimeoutMs"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user