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
We use Application Insight SDK and OTel SDK side by side and enabled sampling on AI SDK. It is observed that sampling of Application Insight is impacted by OTel.
The reason we use both of SDK is that we still have some AI related code like samping rule and legacy metrics and have to keep them before migrate to OTel completely. We also checked code to make sure OTel will not export telemetry data to Application Insight.
What is the expected behavior?
Appliction Insight samping works as before.
What is the actual behavior?
The itemcount of Appliction Insight is much higher(x10). Itemcount indicates sampling ratio. If we remove OTel, itemcount goes to normal.
Bug Report
Runtime version: net6.0
Symptom
We use Application Insight SDK and OTel SDK side by side and enabled sampling on AI SDK. It is observed that sampling of Application Insight is impacted by OTel.
The reason we use both of SDK is that we still have some AI related code like samping rule and legacy metrics and have to keep them before migrate to OTel completely. We also checked code to make sure OTel will not export telemetry data to Application Insight.
What is the expected behavior?
Appliction Insight samping works as before.
What is the actual behavior?
The itemcount of Appliction Insight is much higher(x10). Itemcount indicates sampling ratio. If we remove OTel, itemcount goes to normal.
Reproduce
The text was updated successfully, but these errors were encountered: