class
Qdrant::Api::Cluster
- Qdrant::Api::Cluster
- Reference
- Object
Defined in:
qdrant-api/api/cluster.crqdrant-api/client.cr
Constructors
Instance Method Summary
- #peer : Cluster::Peer
-
#recover : Response(Qdrant::Api::CreateShardKey200Response)
Tries to recover current peer Raft state.
-
#status : Response(Qdrant::Api::ClusterStatus200Response)
Get cluster status info Get information about the current state and composition of the cluster
-
#telemetry(*, details_level : Int32 | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::ClusterTelemetry200Response)
Collect cluster telemetry data Get telemetry data, from the point of view of the cluster.
Constructor Detail
Instance Method Detail
Tries to recover current peer Raft state.
Get cluster status info Get information about the current state and composition of the cluster
def telemetry(*, details_level : Int32 | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::ClusterTelemetry200Response)
#
Collect cluster telemetry data Get telemetry data, from the point of view of the cluster. This includes peers info, collections info, shard transfers, and resharding status