dapr / dapr/python-sdk

[FEATURE REQUEST] Add Baggage Support

オープン
#796 コメント 5 件 リアクション 1 件 担当者 0 名 GitHub で見る
kind/enhancement
主要言語
Python
スター
272
フォーク
152
PR マージ指標
30日以内にマージされた PR はありません

説明

The Dapr runtime has recently [added support for baggage propagation](https://github.com/dapr/dapr/pull/8649). [Here is the docs PR for reference as well](https://github.com/dapr/docs/pull/4609). Baggage is a mechanism to propagate key-value pairs across service boundaries, which is useful for passing contextual information through distributed traces.

We should add a new function that users can use to add baggage propagation support, working for **both** gRPC and HTTP. This would enable users to provide baggage without having to import OpenTelemetry themselves.

[consumer code _example_](https://github.com/dapr/go-sdk/issues/718)

We should have tests for both gRPC + HTTP for this functionality.

RELEASE NOTE: **ADD** Baggage Support

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。