Skip to content

feat: Support for tracing ID headers#115

Open
Anush008 wants to merge 1 commit intocustom-headersfrom
tracing-ids
Open

feat: Support for tracing ID headers#115
Anush008 wants to merge 1 commit intocustom-headersfrom
tracing-ids

Conversation

@Anush008
Copy link
Member

@Anush008 Anush008 commented Mar 18, 2026

Built on top of #114

using (RequestHeaders.Use("x-request-id", "abc-123"))
    await client.ListCollectionsAsync();
using (RequestHeaders.Use("x-request-id", "abc-123")) // <- A dictionary is accepted as well.
{
    await client.UpsertAsync(...);
    await client.QueryAsync(...);
    // both carry x-request-id
}

Signed-off-by: Anush008 <mail@anush.sh>
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