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
For **OpenTelemetry** distributed tracing support:
50
+
51
+
```bash
52
+
pip install taskiq-faststream[otel]
53
+
```
54
+
49
55
## Usage
50
56
51
57
The package gives you two classes: `AppWrapper` and `BrokerWrapper`
@@ -141,3 +147,37 @@ taskiq_broker.task(
141
147
...,
142
148
)
143
149
```
150
+
151
+
## OpenTelemetry Support
152
+
153
+
**taskiq-faststream** supports distributed tracing with OpenTelemetry. To enable it, install the `otel` extra and pass `enable_otel=True` when creating the broker wrapper:
0 commit comments