mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 01:20:53 -05:00
* segment telemetry * anonymize trait * fix build * are you happy fmt * anonimyze implementations * sliding window avg (#826) * Actix web telemetry (#828) * actix web telemetry * small as move * use tokio mutex instead of std * add comments * are you happy fmt * use u16 as http status code * telemetry structs rename * fix build * using parking lot mutex * telemetry web api (#842) * telemetry web api * telemetry openapi (#843) * use async mutex for telemetry collector * use tokio mutex for telemetry collector * are you happy fmt