[#6390] skip serializing shard details in Level2#6398
Merged
generall merged 2 commits intotelemetry-levelsfrom Apr 17, 2025
Merged
[#6390] skip serializing shard details in Level2#6398generall merged 2 commits intotelemetry-levelsfrom
generall merged 2 commits intotelemetry-levelsfrom
Conversation
Merged
generall
added a commit
that referenced
this pull request
Apr 17, 2025
* allow shard states in anonymize telemetry (with hashed peer ids) * introduce level3 and level4 for telemetry, where level4 = everything, incl. segments info * upd openapi * fix tests * expose vector count & size stats on shard level to avoid reading of segments * fix spelling * upd schema * fix tests * Use unwrap_or_default * [#6390] skip serializing shard details in Level2 (#6398) * skip serializing shard details in Level2 * upd openapi --------- Co-authored-by: generall <andrey@vasnetsov.com> --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Luis Cossío <luis.cossio@qdrant.com>
pull bot
pushed a commit
to kp-forks/qdrant
that referenced
this pull request
Apr 21, 2025
* allow shard states in anonymize telemetry (with hashed peer ids) * introduce level3 and level4 for telemetry, where level4 = everything, incl. segments info * upd openapi * fix tests * expose vector count & size stats on shard level to avoid reading of segments * fix spelling * upd schema * fix tests * Use unwrap_or_default * [qdrant#6390] skip serializing shard details in Level2 (qdrant#6398) * skip serializing shard details in Level2 * upd openapi --------- Co-authored-by: generall <andrey@vasnetsov.com> --------- Co-authored-by: Tim Visée <tim+github@visee.me> Co-authored-by: Luis Cossío <luis.cossio@qdrant.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This makes the collection telemetry to not include
"shards","transfers", and"resharding"fields when details level is < 3