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
I have added applicationInsights nuget to windows service project(.net4.8) and added few lines of code just to send metric to azure appinsihgts but i am seeing double entry for each metric with same value and timestamp but itemId is different that means it was collected twice.
code i have used :
using Microsoft.ApplicationInsights;
using Microsoft.ApplicationInsights.Extensibility;
Note: i have only one dll in my build folder- Microsoft.ApplicationInsights.dll
can you please help on this , why i am getting duplicate entry?
The text was updated successfully, but these errors were encountered:
I have added applicationInsights nuget to windows service project(.net4.8) and added few lines of code just to send metric to azure appinsihgts but i am seeing double entry for each metric with same value and timestamp but itemId is different that means it was collected twice.
code i have used :
using Microsoft.ApplicationInsights;
using Microsoft.ApplicationInsights.Extensibility;
Note: i have only one dll in my build folder- Microsoft.ApplicationInsights.dll
can you please help on this , why i am getting duplicate entry?
The text was updated successfully, but these errors were encountered: