Problem Statement
While debugging, some folks want to send real-looking requests targetted at debug servers. These would go through varnish and therefore end up consumed into HDFS and therefore in our pipelines. The question is, how do we exclude them? One potential is to key off of something in X-Analytics, like pageview=debug or pageview=0 or something like that. Any other ideas are welcome.