【Azure 环境】标准版 Logic App 如何查看 Workflow的执行成功数和失败数的指标呢?

标准,Logic ,Azure,Workflow · 浏览次数 : 16

小编点评

在标准型Logic App Metrics页面中,没有执行成功数,失败数等标识Workflow 执行指标,因为标准型Logic App Metrics页面没有提供这些指标。 如果需要查看执行成功数、失败数等指标,可以采用以下方法: 1. 在Logic App页面中启用 Application Insights。 2. 在Application Insights页面,选择Metrics,其中可以查看Workflow的执行情况。 3. 从Metrics中选择Workflow的Metrics,例如Runs Completed、Runs Failed、Runs Succeeded。 4. 在Metrics中选择 appropriate的Aggregation和Filters,例如Count、Sum或Avg。 5. 按下“Add filter”按钮,选择Workflow从Property下拉,然后选择“=”。 6. 选择 appropriate的Operator和Workflow,点击“Add filter”。 7. 按下“Add filter”按钮,选择Workflow从Property下拉,然后选择“=”。 8. 按下“Add filter”按钮,选择“Workflow”的Operators,选择“=”。 9. 在“Operator”中选择“equals”。 10. 在“Value”中输入“equals”。 11. 按下“Add filter”,选择“OK”。 12. 按下“Show”按钮,即可查看Workflow执行成功的数、失败数等指标。

正文

问题描述

在Azure中创建逻辑应用(Logic App),有两种计划类型。一是消费型,另一种是标准型。 

在消费型的Logic App Metrics页面中,我们可以看见Workflow的执行成功数指标和失败数指标。如:

RunsCancelled 取消的运行数 Count 总计 已取消的工作流运行数目。
RunsCompleted 已完成的运行数 Count 总计 已完成的工作流运行数目。
RunsFailed 失败的运行数 Count 总计 失败的工作流运行数目。
RunsStarted 已启动的运行数 Count 总计 已启动的工作流运行数目。
RunsSucceeded 成功的运行数 Count 总计 成功的工作流运行数目。

 

但是,在标准型的Logic App Metrics页面中,却没有执行成功数,失败数等标识Workflow 执行指标?那么,如果需要查看这些指标,有什么办法呢?

 

问题解答

需要通过Application Insights来实现查看标准Logic App Workflow的执行指标情况。包含有Runs Completed, Runs Failed, Runs Succeeded. 

第一步:在Logic App页面中启用 Application Insights

第二步:进入Application Insights页面,查看Metrics,其中就可以查看workflow的执行情况

答案引用自: Application Insights Enhancements for Azure Logic Apps (Standard) - Preview (microsoft.com)

Metrics

Through the investments that were made in enhancing our Application Insights schema, we are now able to gain additional insights from a Metrics perspective. From your Application Insights instance, select Metrics from the left navigation menu. From there, select your Application Insights instance as your Scope and then select workflow.operations as your Metric Namespace. From there, you can select the Metric that you are interested in such as Runs Completed and an Aggregation like Count or Avg. Once you have configured your filters, you will see a chart that represents workflow executions for your Application Insights instance.

 

If you would like to filter based upon a specific workflow, you can do so by using filters. Filters require multi-dimensional metrics to be enabled on your Application Insights instance. Once that is enabled, subsequent events can be filtered. With multi-dimensional metrics enabled, we can now click on the Add filter button and then select Workflow from the Property dropdown, followed by = as our Operator and then select the appropriate workflow(s).

Using filtering will allow you to target a subset of the overall events that are captured in Application Insights.

 

 

【END】

 

与【Azure 环境】标准版 Logic App 如何查看 Workflow的执行成功数和失败数的指标呢?相似的内容:

【Azure 环境】标准版 Logic App 如何查看 Workflow的执行成功数和失败数的指标呢?

问题描述 在Azure中创建逻辑应用(Logic App),有两种计划类型。一是消费型,另一种是标准型。 在消费型的Logic App Metrics页面中,我们可以看见Workflow的执行成功数指标和失败数指标。如: RunsCancelled 取消的运行数 Count 总计 已取消的工作流运行

【Azure 环境】使用az login登录遇见OSError: [WinError -2146893813] : '' 错误

az login | Decryption failed:[WinError -2146893813] Key not vaid for use in specified state | msal_extensions.persistence: DPAPI error likely caused by file content not previously encrypted. App dev

【Azure 环境】把OpenSSL生产的自签名证书导入到Azure Key Vault Certificate中报错

问题描述 通过本地生成的自签名证书导入到Azure Key Vault Certificate报错。 错误信息 the specified PEM X.509 certificate content can not be read. Please check if certificate is in

【Azure 环境】Azure 云环境对于OpenSSL 3.x 的严重漏洞(CVE-2022-3602 和 CVE-2022-3786)的处理公告

问题描述 引用报告:(OpenSSL3.x曝出严重漏洞 : https://www.ctocio.com/ccnews/37529.html ) 最近OpenSSL 3.x 爆出了严重安全漏洞,分别是 CVE-2022-3602 和 CVE-2022-3786. CVE-2022-3602 缓冲区溢

【Azure 环境】Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时

问题描述 Azure 流分析服务(Steam Analytics) 报出 OutputDataConversionError 错误引起延迟及超时。 查看详细错误: 问题解答 在错误消息中,有非常明确的提示:Cannot write event(s) to SQL Database due to is

【Azure 环境】向Azure Key Vault中导入证书有输入密码,那么导出pfx证书的时候,为什么没有密码呢?

问题描述 将pfx证书导入Key Vault的证书时,这个PFX需要输入正确的密码导入成功。但是当需要导出时,生成的pfx证书则不需要密码。这是正常的情况吗? 问题解答 是的,这是Azure Key Vault 证书导入/导出 功能的设计使然。当一个PFX不需要密码的时候,也可以直接导入到Azure

【Azure 环境】使用 az ad group create 时候遇见 Insufficient privileges to complete the operation

问题描述 使用China Azure,通过Azure CLI 创建AAD组报错,提示权限不足 Insufficient privileges to complete the operation # 使用这个登录: az login --service-principal --username xxx

【Azure 环境】中国区Azure是否可以根据资源组的模板,生成一个可视化的架构图呢?

问题描述 这是一个国际版链接(https://docs.microsoft.com/en-us/answers/questions/370410/how-to-generate-architecture-diagram-from-azure-re.html), 介绍如何从 Azure 资源生成架构图

【Azure 环境】Azure CLI 获取Access Token的脚本实例

问题描述 如何使用azure CLI命令获取到中国区的Access Token呢? 问题解答 首先,需要通过 az cloud set --name AzureChinaCloud 来设置登录中国区的环境 然后,通过 az login 登录成功 最后,就可以设定特定的订阅号(subscription

【Azure 环境】移动应用 SSO 登录AAD, MSAL的配置为Webview模式时登录页面无法加载

问题描述 移动端集成MASL登录过程中,配置文件中配置项“authorization_user_agent”使用“DEFAULT”可以正常登录,但是改为“WEBVIEW”后就无法登陆,一直处于Loading状态。 参考的示例文档: https://docs.microsoft.com/zh-cn/a