pub async fn runtime_overview<'e, E>(
executor: E,
) -> Result<RuntimeOverview, AwaError>where
E: PgExecutor<'e>,Expand description
Cluster runtime overview with instance list.
pub async fn runtime_overview<'e, E>(
executor: E,
) -> Result<RuntimeOverview, AwaError>where
E: PgExecutor<'e>,Cluster runtime overview with instance list.