0

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.

Pochen
  • 2,871
  • 3
  • 22
  • 27

1 Answers1

0

Custom attributes can be added quite easily using the AddCustomAttribute API and adding them on something like Begin_Request

newrelic
  • 1
  • 3
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jan 07 '22 at 00:32