You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Hey, to be honest, I'm not sure.
You might want to check here: https://github.com/app-insights-php/applicationInsights-php (it's a fork of an archived repository developed by Microsoft), which is the foundation for this bundle.
If there is nothing there, then maybe it could be added?
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
The text was updated successfully, but these errors were encountered: