Page MenuHomePhabricator

Make statistics of throttled/denied WDQS clients
Open, MediumPublic

Description

We'd like to produce some statistics about which clients are frequently throttled/banned and see if there's anything interesting showing up.
Potential sections:

  • By user agent
  • By IP
  • By query pattern?

The goal would be to figure out what we know about throttling - how much we throttle, how bad it is for the users (i.e. is our throttling affecting 1-2 aggressive bots or hundreds of small users?), etc.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Smalyshev triaged this task as Medium priority.Jul 28 2019, 11:03 PM

We do have a Kibana dashboard that could be used as a basis. We might add a way to filter log for banned / throttled requests. We already have aggregation in place for UA and IP. Implied in the description of this ticket is that we don't just want the dashboards and nice graphs, we also want to do some analysis.