I am using NewRelic to monitor our performance of IIS and MSSQL queries. However, right now the data is too generic and I want to pin down and find slow running queries or requests for each user.
Is there a possibility to add a User Id attribute that I can use to filter my data in the New Relic dashboard later on? This should probably be added in the Begin_Request in Global.asax or similar.