getsentry / getsentry/sentry-python
Kafka Integration
- 主要语言
- Python
- 星标
- 2.2k
- 派生
- 669
- 平均合并
- 1 天 1 小时
- 30 天内合并 PR
- 213
描述
### Problem Statement
There is no integration in the Python SDK which provides some auto-instrumentation for kafka interactions. Which requires [manual instrumentation](https://docs.sentry.io/platforms/python/usage/distributed-tracing/custom-instrumentation/) to be able to capture span information and have OOTB distributed tracing with services communicating
### Solution Brainstorm
There is already a [redis integration](https://docs.sentry.io/platforms/python/configuration/integrations/redis/), which is not immediately the same as Kafka but also can behave as a messaging service.
There is also in OTel some Kafka integration. would it be possible to have something similar or re-use their integration in the Sentry SDK?
贡献指南
评估
这个 Issue 还没有评估数据。