From what I understand Azure Application Insights is able to automatically track and log incoming HTTP requests to an application. However, my usecase is I need to track an outgoing HTTP request (that I make programmatically). I have a Java Function App (with an HTTP trigger) running in Azure with App Insights attached to it. It logs logs the incoming
Tag: azure-application-insights
How to extract telemetry code from different methods? Decorator pattern? AOP?
We are using Application Insights to monitor different service calls in our applications. Data for Application Insights is provided by many different methods and classes but always in an identical way/by identical code fragments: How am I able to extract those wrapping try catch fragments to one point of responsibility? I took a look at the dacorator pattern but I