3,018 questions with Azure Monitor tags

Sort by: Updated
0 answers

Azure ApplicationInsights TailSampling

Is there a way to implement Tail Sampling with Azure OpenTelemetry Distro? I would like to discard a full trace based on conditions.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-16T06:53:16.8333333+00:00
Alessandro Imbrenda 0 Reputation points
1 answer One of the answers was accepted by the question author.

How can I get an alert for no monitor agent heartbeat in 15 minutes to work in Azure?

I have this KQL query: Heartbeat | summarize TimeGenerated=max(TimeGenerated) by Computer, _ResourceId | extend Duration = datetime_diff('minute',now(),TimeGenerated) | summarize MinutesSinceLastHeartbeat = min(Duration) by Computer,…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-11T20:55:50.71+00:00
poseyjmac 20 Reputation points
commented 2024-07-16T06:42:03.7966667+00:00
Mahesh Goud Juvvadi 935 Reputation points Microsoft Vendor
1 answer

Unable to install AMA Linux Agent

Unable to install AMA Linux Agent due to [ExtensionOperationError] Non-zero exit code: 52, /var/lib/waagent/Microsoft.Azure.Monitor.AzureMonitorLinuxAgent-1.30.2/./shim.sh -install [stdout] 2024/03/04 13Error: Install failed due to low disk space space…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-16T04:09:02.6833333+00:00
SwathiDhanwada-MSFT 18,551 Reputation points
answered 2024-07-16T04:13:33.9433333+00:00
ShaktiSingh-MSFT 14,381 Reputation points Microsoft Employee
0 answers

App Insights groups two functions into one Transaction detail

Hi, I'm looking for a help on how I could get to make app insights work within my setup as I'd expect it to. Consider following setup, where ACCEPT and PROCESS are Azure Functions, ACCEPT sends a message to service bus queue and gets picked by PROCESS…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-15T16:13:17.0333333+00:00
Kozakowski Jacek 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why is telemetryClient.IsEnabled() true if no key is provided

Hi all; I have the following code: builder.Logging.AddApplicationInsights(); builder.Services.AddApplicationInsightsTelemetry(); builder.Services.ConfigureTelemetryModule<DependencyTrackingTelemetryModule>((module, o) => {…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,497 questions
asked 2024-07-12T18:56:14.73+00:00
David Thielen 2,796 Reputation points
accepted 2024-07-15T15:17:01.63+00:00
David Thielen 2,796 Reputation points
1 answer

Missing Monitoring Metrics Data on Azure Database for MySQL Flexible Server

Missing Monitoring Metrics Data on Azure Database for MySQL Flexible Server

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-15T06:32:48.1166667+00:00
Lykha Jane Seguiro 0 Reputation points
answered 2024-07-15T09:46:23.7066667+00:00
akinbade abiola 8,705 Reputation points
0 answers

AMA extension fails to install or provision

Azure monitoring agent is in transition state even after removing and adding it to DCR rule and tried reinstalling the agent. It still stays on transition state Tried all the steps in this documentations …

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-08T14:36:52.3133333+00:00
Jaishnu Suresh Babu 0 Reputation points
commented 2024-07-14T11:01:15.4333333+00:00
Vinodh247 13,301 Reputation points
1 answer

Problem: Azure Monitor Regional Endpoint Down

Could you please verify the availability of the "eastus" region domain? The URL https://eastus.metrics.monitor.azure.com/ seems to be not working correctly. Other regions are functioning properly. Error: getaddrinfo ENOENT…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-11T04:55:44.22+00:00
Tai Thanh Nguyen 0 Reputation points
edited an answer 2024-07-13T17:02:05.9533333+00:00
Luis Arias 5,981 Reputation points
1 answer

Azure Application Insights - can I monitor the whole stack (sql, webapp, queues, logs of webapp and external APIs)?

Hi! I'm quite faimiliar with ELK stack, grafana and similar but I have no idea about Application Insights. I'm trying to find out if there's an option to use Application Insights as a one tool to monitor my whole app (webapp metrics + logs, service bus,…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,365 questions
asked 2024-07-12T19:59:26.94+00:00
Maciej Skorupka 0 Reputation points
answered 2024-07-13T09:01:25.9433333+00:00
Luke Murray 10,896 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Connecting Blazor server to Application Insights

Hi all; Is this still the latest/greatest way to integrate Application Insights with my Blazor server app? I want to use this for figuring out the hot spots when load testing including the SQL queries (via Entity Frameworks). And while that link has what…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,497 questions
asked 2024-07-10T15:57:25.93+00:00
David Thielen 2,796 Reputation points
commented 2024-07-12T22:56:53.9866667+00:00
David Thielen 2,796 Reputation points
1 answer

Connecting Blazor server app to Application Insights

Hi all; Is there any comprehensive documentation on connecting a Blazor server app to Application Insights? I've found the following bits and pieces: Provides some basics, but leaves a ton unanswered. Looks like a good wrapper for Blazor WASM, nothing…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,497 questions
asked 2024-07-11T17:21:19.1466667+00:00
David Thielen 2,796 Reputation points
commented 2024-07-12T22:56:10.78+00:00
David Thielen 2,796 Reputation points
1 answer

On 31 August 2024, we’ll retire Log Analytics agent–based VM insights

On 31 August 2024, we’ll retire Log Analytics agent–based VM insights if we migrte log analytics agent to VM insights is there any additional cost we need to pay how to calculate for VM insight monitoring

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-12T15:38:09.21+00:00
Suresh Police Patil 0 Reputation points
answered 2024-07-12T16:07:41.0366667+00:00
akinbade abiola 8,705 Reputation points
1 answer

Creating dashboard and monitoring live data of it from dashboards

Please share any high level document or steps for below , I want to monitor live data of below requirements using dashboard: Top 5 VM CPU usage ( list the machine name and segment of the 5 machines with the most high CPU utilization blocks (90%) over…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-03T18:59:12.87+00:00
Varma 1,275 Reputation points
commented 2024-07-12T14:35:38.74+00:00
Vinodh247 13,301 Reputation points
1 answer

OperationName field is EMPTY in the AzureActivity table in Log Analytics

Hello Experts, ISSUE: OperationName field is EMPTY in the AzureActivity table in Log Analytics. Have an issue with a customer which data is being recorded normally in log analytics, except for the OperationName field. For some reason this attribute is…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2023-07-31T18:53:53.2566667+00:00
Geordie Marin Hines 0 Reputation points
commented 2024-07-12T08:26:16.68+00:00
Samuel 0 Reputation points
1 answer

Setting up alerts for whole set of virtual machines.

I know we can create alert rule by navigating to respective section of virtual machine. what if I want to set of alert for the signal like CPU or memory goes more than 75 % for bunch of virtual machines, can we set up all machines at the subscription…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-06-30T15:28:06.5566667+00:00
Varma 1,275 Reputation points
commented 2024-07-11T14:22:15.07+00:00
DEEP KRISHNA NANDAMURI 0 Reputation points
1 answer One of the answers was accepted by the question author.

Application Insights -Interop with Application Insights SDK

Hi all; I am using Application Insights to profile a Blazor server app built on .NET 8. I set instrument your application to .NET Core. It has an on/off for Interop with Application Insights SDK. What does that do? And do I want it on? Also, I turned on…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,365 questions
asked 2024-07-10T22:48:27.34+00:00
David Thielen 2,796 Reputation points
accepted 2024-07-11T12:41:26.7533333+00:00
David Thielen 2,796 Reputation points
0 answers

Application Logs not Ingesting into Log Analytics Custom Table through Ingestion API.

I am working on log ingestion through API. I had followed the steps given in the below link to configure Log Analytics Workspace and Azure Monitor. And looks like all configurations are fine and all configurations reside in the same…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
asked 2024-07-11T11:37:46.58+00:00
S, Vinay K 5 Reputation points
edited the question 2024-07-11T11:40:28.5933333+00:00
S, Vinay K 5 Reputation points
1 answer One of the answers was accepted by the question author.

Is there any downside to adding ApplicationInsights when it is not running?

Hi all; Most of the time I have Application Insights turned off (it's expensive). When it is off, will I have a performance hit if the following code is called at the start of my Blazor server…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,497 questions
asked 2024-07-10T16:03:51.3933333+00:00
David Thielen 2,796 Reputation points
accepted 2024-07-10T17:28:41.69+00:00
David Thielen 2,796 Reputation points
3 answers

MicrosoftDNSAgent extension

Hello Team, I am planning install/deploy MicrosoftDNSAgent extension. I have already applied AMA policy with DCRs. now planning to choose unified method to deploy and configure MicrosoftDNSAgent extension by policy since AMA and scope specific DCR…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,562 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
830 questions
asked 2024-01-30T13:34:19.3433333+00:00
Naresh Babu 140 Reputation points
edited a comment 2024-07-10T13:06:46.2066667+00:00
John Joyner 41 Reputation points
1 answer

MONITOR PIPELINE ACTIVITY

Hi, I'm working on monitoring the success or failure status of AML jobs on Log Analytics. However, I don't know which tables in Log Analytics contain logs of AML jobs. I followed this documentation…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,018 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,718 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,924 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
830 questions
asked 2024-07-09T08:57:29.4433333+00:00
Tú Nguyễn 65 Reputation points
answered 2024-07-10T10:41:43.4133333+00:00
Amira Bedhiafi 19,706 Reputation points