Skip to content

implement helper for specifying per-request tracing#274

Open
generall wants to merge 1 commit intodevfrom
tracing-header
Open

implement helper for specifying per-request tracing#274
generall wants to merge 1 commit intodevfrom
tracing-header

Conversation

@generall
Copy link
Member

@generall generall commented Mar 14, 2026

Depends on: qdrant/qdrant#8402

AI generated

We need to implement tracing ID support - each request should have a unique ID, which would be passed in headers to the request.
The problem is that I probably don't want to change signature of every method. How it would be possible                                                                                                                                                                                                                              to implement this functionality with least invasive way?

Inside Qdrant we keep ChannelPool inside Arc, so clonning client configuration is expected to be cheap

mod test_batch_update;
mod test_clear_payload;
mod test_collection_exists;
mod test_config_headers;
Copy link

@dancixx dancixx Mar 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@generall why these tests are deleted?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is autogenerated, I would need to look into it

mod test_delete_vectors;
mod test_discover_batch_points;
mod test_discover_points;
mod test_external_api_keys;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants