microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.03k stars 111 forks source link

Include Targeting Information on outgoing telemetry #409

Closed rossgrambo closed 5 months ago

rossgrambo commented 5 months ago

Outgoing telemetry relied on some ambient property (like App Insights' User field) to connect published events to metrics. We should specifically use the UserId field used on the TargetingContext and name it more specifically 'TargetingId', since this can be used to target things besides users.

jimmyca15 commented 5 months ago

Is there a PR that addressed this issue?

rossgrambo commented 5 months ago

Yes - https://github.com/microsoft/FeatureManagement-Dotnet/pull/347 & https://github.com/microsoft/FeatureManagement-Dotnet/pull/350