fix(platform): harden queries and batch vehicle search
This commit is contained in:
@@ -262,13 +262,15 @@ func buildSourceReadinessPlan(summary VehicleServiceSummary, health OpsHealth, q
|
||||
rows = append(rows, row)
|
||||
}
|
||||
return SourceReadinessPlan{
|
||||
TotalVehicles: summary.TotalVehicles,
|
||||
OnlineVehicles: summary.OnlineVehicles,
|
||||
KafkaLag: health.KafkaLag,
|
||||
ActiveConnections: health.ActiveConnections,
|
||||
RedisOnlineKeys: health.RedisOnlineKeys,
|
||||
PlatformRelease: health.Runtime.PlatformRelease,
|
||||
Sources: rows,
|
||||
TotalVehicles: summary.TotalVehicles,
|
||||
BoundVehicles: summary.BoundVehicles,
|
||||
IdentityRequiredVehicles: summary.IdentityRequiredVehicles,
|
||||
OnlineVehicles: summary.OnlineVehicles,
|
||||
KafkaLag: health.KafkaLag,
|
||||
ActiveConnections: health.ActiveConnections,
|
||||
RedisOnlineKeys: health.RedisOnlineKeys,
|
||||
PlatformRelease: health.Runtime.PlatformRelease,
|
||||
Sources: rows,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user