Prefix enables to developers to easily see what their code is doing. Including SQL calls, errors, logs, and much more. One of the key features is tracking remote HTTP calls to know if they worked, how long they took, etc. Viewing what the code did on a remote server takes it one step further to simplify the daily life of a developer who is testing or troubleshooting their code.
Why Do You Need to Trace Remote HTTP Calls?
This is insanely useful if your code does a lot of REST API calls to another web service. When troubleshooting an application, it is relatively easy to debug what the code is doing on your local machine. But when your code makes an HTTP web service call to a remote server, you have no idea what is going on remotely. This feature is a lifesaver/bug killer for quickly troubleshooting application problems. With remote HTTP call tracing, now you can seamlessly see what is happening locally and remotely. #amazing
How to Enable Remote HTTP Tracing
First off, you need Prefix on your workstation. Setting up remote tracing is easy. All you need to do is install Retrace on the server that you want to view transactions for. You can do this by starting a free Retrace trial.Â
How to Trace Remote HTTP Calls
Prefix will automatically detect if your code does an HTTP call that it can do remote tracing for. A "View" button will then automatically show up to the HTTP call. Just give it a click and in a few seconds you will be able to see the complete transaction trace from the remote server.
This example below did an HTTP call to download the home page of a website. That website happened to be a CMS application. So you can see all the MVC child actions, SQL queries, etc.Â
What is Prefix?
If you are not familiar with Prefix, it is a free tool from Stackify. Remote tracing is now available in Prefix and requires Retrace to be installed on your server. Prefix will warn you if your code is running the same SQL query multiple times, not closing a SQL connection and more. Instantly compare performance stats from QA & Prod to your local request. One click to compare all details in Retrace. Built on Stackify’s powerful, proven technology, but it’s so lightweight it will never slow you down.
Retrace APM starts at just $10 a month.
- Retrace vs Microsoft Application Insights – 14 Reasons to Choose Retrace - October 25, 2021
- How to Catch All Exceptions in C# & Find All Application Errors - August 19, 2021
- Web Performance Monitoring: A How to Guide for Developers - July 9, 2021
- What Is NullReferenceException? Object reference not set to an instance of an object - March 5, 2021
- ASP.NET Performance: 9 Types of Tools You Need to Know! - February 19, 2021