Adds a custom request telemetry extension #438
Labels
application-insights
All issues related to Azure Application Insights
requests
All issues related to requests
specs-required
All issues where the specifications are still being defined and implementation should be halted
Milestone
Is your feature request related to a problem? Please describe.
When tracking requests in Application Insights, we can only choose from HTTP or Azure Service Bus (and in the future EventHubs), but we don't allow custom requests like we do custom dependencies.
Describe the solution you'd like
Add
ILogger
extension calledLogCustomRequest
that takes in the necessary information and can be used for a wide range of systems.The text was updated successfully, but these errors were encountered: