Provide support to track Azure Service Bus requests #242
Labels
application-insights
All issues related to Azure Application Insights
correlation
All issues related to correlating telemetry
service-to-service-correlation
All issues related to service-to-service correlation.
Milestone
Is your feature request related to a problem? Please describe.
Our
.LogRequest
functionality only takes into account HTTP requests and no other types. This is troublesome if we want to link Azure Service Bus resources to a service-to-service correlation.Describe the solution you'd like
We should provide support to track Azure Service Bus requests. This change will require some additions and changes:
.LogAzureServiceBusRequest
specific for Azure Service Bus requests which should take in:Process
)ServiceBus-Entity
in the telemetry context with the Azure Service Bus entity nameServiceBus-Endpoint
in the telemetry context with the following format:type:Azure Service Bus | name:{entityName} | endpoint:sb://{namespaceEndpoint}.servicebus.windows.net/
Azure Service Bus
asSourceSystem
of the request telemetry.SourceName
of the request telemetry.Additional context
Azure Service Bus telemetry tracking in the official Application Insights SDK
Service-to-service poc
The text was updated successfully, but these errors were encountered: