Flask/WSGI Ignore Tracing Specific Endpoints #353
Labels
enhancement
New feature or request
instrumentation
Related to the instrumentation of third party libraries or frameworks
Describe the solution you'd like
Include a decorator or configuration setting that toggles tracing for requests against a specific endpoint. Given a Flask Application that sits behind a Load Balancer where the LB checks a
/status
endpoint every couple of seconds, this quickly leads to a large number of traces against that endpoint (especially when you have 100 of these tasks...). It would be cleaner, and save network/storage cost, if we could disable tracing against specific endpoints such as this.The text was updated successfully, but these errors were encountered: