open-telemetry / opentelemetry-python-contrib

OpenTelemetry instrumentation for Python modules
https://opentelemetry.io
Apache License 2.0
694 stars 574 forks source link

Add instrumentation for Faust stream processing library #1047

Closed sanketmehta28 closed 2 years ago

sanketmehta28 commented 2 years ago

Describe the solution you'd like It would be great to have auto instrumentation for Faust: python streaming library along side kafka-python.

Describe alternatives you've considered I have considered using tracing SDK to manually instrument it

Additional context Faust ports the idea of kafka streaming to python. It has a great demand in stream processing and event processing applications similar to kafka streams, apache spark, storm etc. Faust is used for event processing, distributed joins & aggregations, machine learning, asynchronous tasks distributed computing, data Denormalization, intrusion detection, realtime web & web sockets etc.

srikanthccv commented 2 years ago

duplicate of #800

sanketmehta28 commented 2 years ago

closing this as this is duplicate of #800