I'd like to tell NewRelic to not monitor a subset of my web application. For example I'd like to exclude http://mysite/admin/* so NewRelic won't count traffic against this portion of my app against my apdex.
Something similar to how you can create filters in Google Analytics would be great.
If that works by your including NewRelic javascript in your pages, then you can simply not include it on those admin pages.