-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Kubernetes has a liveness and a readiness probe that can be configured to use HTTP.
All of these requests use the kube-probe/<version> user agent.
Describe the solution you'd like
I would like to be able to exclude all requests with the kube-probe user agent, and other specific user agents if needed (the go module mirror comes to my mind)
Describe alternatives you've considered
Entering manually every probing endpoint in the WSGI ignore path, but that does not allow to have a default value that excludes automatically all kube-probe endpoints.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request