python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Microsoft.ApplicationInsights GetMetric intermittently throw error
"Microsoft.ApplicationInsights" Version="2.10.0"
public void GetAppMetric(string metricId, double metricValue)
{
string source = string.IsNullOrWhiteSpace(this.Store[L...
n1k1
Votes: 0
Answers: 0
Can't we set Instrumentation Key on web.config instead of ApplicationInsights.Config
Instead of adding the Instrumentation Key or its connection string on the ApplicationInsights.config, Can't we add it in the web.config?
For every different deployment, we need to set the Instrumentat...

Dinesh
Votes: 0
Answers: 1
Azure app insights are not working after the application is being deployed to Azure App Service
Azure app insights are not working after the application is being deployed to Azure App Service but it's totally looking good on the local.
I have added the Instrumentation key on ApplicationInsights....

Dinesh
Votes: 0
Answers: 1