views:

14

answers:

0

I need to get the following information during tracing: 1. I need to know how long an operation was executed. 2. I need to know if the operation(method in the service) is executed successfully. 3. I need to know if there's an error.

I know that we can see all of that using the Service Trace Viewer, but is there a way that I can filter the information to the things mentioned above?