class Qdrant::Api::Telemetry

Defined in:

qdrant-api/api/telemetry.cr
qdrant-api/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(conn : Connection) #

[View source]

Instance Method Detail

def list(*, anonymize : Bool | Nil = nil, details_level : Int32 | Nil = nil, per_collection : Bool | Nil = nil, timeout : Int32 | Nil = nil) : Response(Qdrant::Api::Telemetry200Response) #

Collect telemetry data Collect telemetry data including app info, system info, collections info, cluster info, configs and statistics


[View source]