lwinterface / panini

Python microframework for NATS messaging
MIT License
89 stars 19 forks source link

Tracing middleware #255

Closed i2gor87 closed 1 year ago

i2gor87 commented 1 year ago

Added the tracing middleware for panini to be able to trace messages on listen and publish/request functions. If TracingMiddleware is added to an app, it would trace every listen/publish/request function by default. Usage and exact arguments/parameters can be seen in examples.