mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 18:10:58 -05:00
* Anonymize ShardKey in ReplicaSetTelemetry * Anonymize vector names in CollectionConfigInternal * no-op: impl HardwareUsage for HardwareUsage (used in HardwareTelemetry) * no-op: impl Anonymize for OptimizersStatus (used in OptimizerTelemetry and CollectionsAggregatedTelemetry) * no-op: impl Anonymize for TrackerStatus in (used in TrackerTelemetry) * no-op: Anonymize VectorParams in VectorsConfig * no-op: Copy fields explicitly in OperationDurationStatistics * no-op: `.clone().map(|x| x.anonymize())` -> `.anonymize()` * no-op: impl Anonymize for ConsensusThreadStatus (used in PeerInfo and ClusterStatusTelemetry)