I d'like to add custom properties to metrics taken by Application Insights to each type of telemetry log of my app. Which is
- Custom Event
- Request 3.Exception
- Trace
- Page View
- Dependency
Want to map Evn name for each and every activity which is logged in the Application Insights
To help out and filter logs no the basis of Env tag for ex QA, UAT and Prod
Am is to log all the environment log into single AI instance and use them and query filtering via log
Using .Enrich.WithProperty(env, 'QA')
property did not workout for all type of log events.