azure-monitoring

Azure Data Factory Pipeline Consumption Details

社会主义新天地 提交于 2021-02-11 12:23:42
问题 I got a Azure Data Factory provisioned and is being shared by different department for their piece of work. Orchestration Framework is common. But individual pipelines are specific to the departments needs. Now it's getting hard to split the bill between agencies. How can I get the Consumption (DIU's) details from ADF by pipeline to split the bill. Or is there better way to do this? 回答1: Like you said, It's very hard to split the bill. Just for now, there isn't a better way to do this. The

Dashboards on custom application using application insights

浪子不回头ぞ 提交于 2021-01-29 18:57:58
问题 We have a lot of applications that throws custom logs to application insights. I would like to make a dashboard where I can see if each application is running or throwing exceptions etc. I have tried looking around in log analytics and it does not seem to have a connector to Application insights. Can anyone provide with some information to start on? Should I use Monitor, Log Analytics or Sentinel for this task and how do you get started with custom application insights logs. 回答1: Application

Azure release gates api version 2018-05-05 not showing up results

大憨熊 提交于 2021-01-29 13:21:19
问题 I am trying to use a pre-deployment gate(Query Azure Monitor alerts) in release pipeline. Also I am trying to fetch the alerts since last 30d, but the api version 2018-05-05 is not populating the result. But if I have the api version to 2019-03-01 all alerts are shown. Problem is the Query Azure Monitor alerts gate is using the api version 2018-05-05, Is there any way to change this inside gate and use the new api version 2019-03-01 ? Please let me know if there is any other way to get the

Not able to fetch custom Metrics (for Azure Linux Virtual Machine) using Azure Monitor REST API

一世执手 提交于 2021-01-29 09:12:18
问题 I have configured Diagnostic Settings and Insights to get the Custom Metrics. After configured, I get the Custom Metrics Namespace and Metrics also display the data. But when I try to fetch the same metric data using the Azure Monitor REST API (https://docs.microsoft.com/en-us/rest/api/monitor/metrics/list) then I'm unable to fetch data because "Custom metric Namespace and Metric name" are not available for Linux Virtual Machine. Example for Windows VM: Metric Namespace for Windows VM: "Azure

Add a Dummy Row for Each Row in the Table

若如初见. 提交于 2021-01-28 13:41:42
问题 I have below query which returns %CPU of each Computer by every 1 hour Query Perf | where TimeGenerated > ago(1h) | where CounterName == "% Processor Time" | where Computer endswith "XYZ" | summarize avg(CounterValue) by bin(TimeGenerated, 1h), Computer Result I want to append Dummy row for each-row in the table with fixed value except TimeGenerated should be same as previous row in the table. Expecting result should look something like this. Expected Result 回答1: you could try something like

Azure alert only fired once

旧城冷巷雨未停 提交于 2021-01-27 05:47:42
问题 I have implemented an Azure alert that should fire when a Application Insights metric is greater than zero. The metric is the number of items in a Azure poison queue. The metric is calculated by a Azure Function described in this article: https://www.scaling-to-the-sky.com/2018/03/08/poison-queue-monitoring-with-azure-functions/?unapproved=160&moderation-hash=072116753136d2008f5e63a856d8e4b0#comment-160. The alert has only fired once despite the condition being met on several occasions. I don

Azure alert only fired once

左心房为你撑大大i 提交于 2021-01-27 05:47:07
问题 I have implemented an Azure alert that should fire when a Application Insights metric is greater than zero. The metric is the number of items in a Azure poison queue. The metric is calculated by a Azure Function described in this article: https://www.scaling-to-the-sky.com/2018/03/08/poison-queue-monitoring-with-azure-functions/?unapproved=160&moderation-hash=072116753136d2008f5e63a856d8e4b0#comment-160. The alert has only fired once despite the condition being met on several occasions. I don