We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf21df commit 95aac6eCopy full SHA for 95aac6e
trino-lb/src/http_server/admin/mod.rs
@@ -149,7 +149,7 @@ pub async fn get_cluster_status(
149
}))
150
}
151
152
-/// Get the status of all Trino clusters
+/// Get the status of all Trino clusters.
153
#[instrument(name = "/admin/clusters/status", skip(state))]
154
pub async fn get_all_cluster_status(
155
State(state): State<Arc<AppState>>,
0 commit comments