Hey.
We are using an app insights instance for multiple services.
To be able to find problems for a specific service, we rely on the role name and role instance values in app insights.
The bundle is running fine and sending all events, traces, etc. to app insights, but it's not filling the role name and role instance "tags".
Is there some environment variable missing that I need to set to get it transferred automatically or is the telemetry client not sending the data? I know that for some SDKs, you have to add the data "manually" because it's not automatically set by the telemetry client.
Perhaps the question is better answered in a different repo?
Kind regards
Yvonne