- Notifications
You must be signed in to change notification settings - Fork 809
Open
Labels
Description
Describe the solution you'd like
I use bottle as web framework and the WSGI Instrumentation to trace my app. It's work fine, but I can't config an exclude list (as for flask or fastAPI).
Describe alternatives you've considered
I thought about making a version of the instrumentation specifically for Bottle, but I think all WSGI frameworks might need to pass an exclusion list to the constructor.I
Thank you
xmo-odoo, denisSurkov and sccc803