Questions tagged [appinsights]
198 questions
0
votes
0 answers
azure app insights throws a blocked:csp (content security policy) error
I am trying to use azure app insights in my react application. But when I am running this its failing to post events to azure server due to a csp error.
Refused to connect to 'https://eastus-8.in.applicationinsights.azure.com//v2/track' because it…

sarathi c
- 1
- 1
0
votes
0 answers
Is it possible to capture in Azure Devops AppInsights for DigiCert Services API?
if application is using DigiCert Services API which is 3rd party. Is it possible to pull DigiCert API performance application insights in Azure. To know the performance of this API for given time frame.

Krishna Nekkala
- 143
- 10
0
votes
1 answer
Azure app insights TelemetryConfiguration not working in Startup.cs file of azure function
my startup file looks like this
[assembly: FunctionsStartup(typeof(Startup))]
{
public override void Configure(IFunctionsHostBuilder builder)
{
var context = builder.GetContext();
var _config = context.Configuration;
var…

Raas Masood
- 1,475
- 3
- 23
- 61
0
votes
1 answer
Java agent application insights
I am using java agent to collect telemetry data and send it to application insights.
currently I have configured sampling and log level in applicationinsights.json.
Is there a way to change this parameters at runtime? without restarting the…

Andre Silva
- 15
- 3
0
votes
1 answer
Application Insight in isolated Function app
I am facing issue in moving my Function App code from in-process to isolated process. Here is my application insight code which I am using in my startup.cs. I am not using APPINSIGHTS_INSTRUMENTATIONKEY configuration.
class Startup :…

MianNajmi
- 1
- 1
0
votes
1 answer
Why are default custom metrics not showing up when adding a metric to my graph?
I'm new to metrics and I'm trying to create a graph that will show the number of successful and failed calls to change feed functions. When I try to select the metrics for my graph, they don't appear under the Custom heading. I am trying to use the…

ChrisP
- 39
- 7
0
votes
1 answer
Custom Metrics not shown in App Insights with Telemetry Client
My application is an ASP.NET Core 6 application. I am using Telemetry client of Application Insights and calling GetMetric to log custom metrics in the Azure Portal.
I am using Microsoft.ApplicationInsights.AspNetCore version 2.21.0
The Telemetry…

ashwanth sreedharan
- 21
- 3
0
votes
1 answer
Could not load type 'Azure.Messaging.MessageContent' from assembly 'Azure.Core'
I have an azure functions queue trigger. It's working fine locally but not when deployed. In Application Insights I could see the below error message & the queue trigger won't get invoked because of this exception. I had a .netcore 3.1 app with…

Sanushi Salgado
- 1,195
- 1
- 11
- 18
0
votes
1 answer
Error indexing method 'QueueTrigger' Could not load type 'Azure.Core.SyncAsyncEventHandler
I have an azure functions queue trigger. It's working fine locally but not when deployed. In Application Insights I could see the below error message & the queue trigger won't get invoked because of this exception. I had a .netcore 3.1 app with…

Sanushi Salgado
- 1,195
- 1
- 11
- 18
0
votes
0 answers
Add connection string to configmap yaml
I need to connect a configmap file to an App Insight in Azure Devops. I have the connection string but I'm just not sure where to add it to connect a specific configmap file to the App Insights.
I tried following this…

eliew
- 11
- 3
0
votes
1 answer
Cannot turn off sampling of application insights
I have a DotNet 6 application ASP.NET Web API application that is running as an App Service in Azure.
I do not have fixed sampling enabled. I also do not have applicationinsights.json file in my application.
I have code to disable Adaptive Sampling…

ashwanth sreedharan
- 21
- 3
0
votes
1 answer
Azure B2C Monitor SigninLogs: Sign Up/Register
We are using Azure B2C and Azure Monitor to track metrics and issues for our production environment.
Does the SigninLogs include signups? User will use the custom policy B2C_1A_SigninSignup but will choose "Sign up" instead of sign in and will…

Erkan Y.
- 601
- 1
- 6
- 14
0
votes
1 answer
How to deploy service with using opentelemetry sending data to azure monitor(app insight)?
I have a simple react nodejs app(http://23.100.37.60:3080/) hosted in AKS, below is my nodejs backend server file, my deployment manifest yml file and my docker file. I followed this…

bunny
- 1,797
- 8
- 29
- 58
0
votes
2 answers
Azure B2C App Insights logging: prevent passwords being logged
How can we mask/hide password claim so the developers who are troubleshooting the journeys do not see users passwords?

Erkan Y.
- 601
- 1
- 6
- 14
0
votes
1 answer
ApplicationInsights: "TelemetryChannel found a telemetry item without an InstrumentationKey", but I'm using recommended ConnectionString
.NET6, Microsoft.ApplicationInsights.AspNetCore version 2.21.0
My AppInsights works, but I also have this trace warning in Azure:
AI: TelemetryChannel found a telemetry item without an InstrumentationKey. This is a required field and must be set in…

Saibamen
- 610
- 3
- 17
- 43