Provide SourceSystem
and SourceName
to request telemetry model
#244
Labels
application-insights
All issues related to Azure Application Insights
requests
All issues related to requests
service-to-service-correlation
All issues related to service-to-service correlation.
Milestone
Is your feature request related to a problem? Please describe.
We should provide a
SourceSystem
andSourceName
to the request telemetry when tracking requests, as they are required when distinguishing between HTTP requests and other types that needs to be tracked.Describe the solution you'd like
Add a
SourceSystem = "HTTP"
andSourceName = method + uri
property to the request telemetry model.Make sure that it can be overwritten for other types but is fixed when tracking HTTP requests.
Additional context
https://github.com/arcus-azure/arcus-service-to-service-correlation-poc
The text was updated successfully, but these errors were encountered: