You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sketchlib-go and sketchlib-rust share the serialization and deserialization methods, and use the same hash functions per sketch @SieDeta
DataCollector's telegraf and OTel collector should output sketches, and ASAPQuery ingestion drivers should receive the sketches, being able to deserialize the transmission protocol and sketch payloads. @GnaneshGnani
What protocols should we use for transmission between DataCollector and ASAPQuery? -> This determines which ingest driver(s) are implemented in ASAPQuery, and what configuration we should write for OTel collector/telegraf. @GnaneshGnani
ASAPQuery precompute engine, and store engine should accept the ingested sketches. @zzylol
ASAPQuery controller should decide what sketches to compute in DataCollector path. @zzylol
TODOs: