- 发行说明
- 入门指南
- 访问和权限
- 安装和升级
- 与 Insights 交互
- 历史数据导出
- 日志
- 性能和可扩展性
2022 年 10 月 24 日
新增功能
Insights 团队很高兴推出新版本。
为简要概述一下,2022.10 附带两个新模板,一个是通过用户在 Orchestrator 中有权访问的文件夹来限制用户数据的功能,一个是对现有模板的改进,以提供用于衡量自动化程序的其他指标,二是通过脚本降低安装复杂性,以及将历史建模数据导出到外部工具以供用户进行分析和仪表板的功能。
如果您尝试过 Cloud Insights,则可能会识别出一些更新。
历史数据导出
现在,您可以使用自己的报告工具(例如 Power BI、Tableau 等)跟踪 Insights 之外的自动化优势。导出包括作业、队列、机器人日志、流程手动值和队列手动值在内的 Insights 历史数据,以将其添加到您的业务数据。 数据导出通过 SQL Server Integration Services (SSIS) 包完成,您需要在环境中部署和配置该包。
业务 ROI 队列模板
现在提供了一个新模板,用于根据通过队列的事务计算投资回报率。
有人值守报告模板
You can now capture a snapshot of your robotic workforce and Attended RPA usage through the Attended Reporting template. For a deeper dive into the metrics, see this blog written by the Insights product team .
改进
Insights 安装
通过添加两个涵盖准备 Linux 和 Windows 环境的初始步骤的脚本,缩短了 Insights 的安装时间。
文件夹权限数据限制
现在,您可以选择启用租户级别设置,该设置根据 Insights 用户在 Orchestrator 中有权访问的文件夹来限制他们可以访问的数据。 使用此功能可确保用户只能查看与其相关的数据。
To enforce data restrictions based on Orchestrator folder permissions, see Folder permissions
支持长时间运行的工作流
现在,通过名为“以秒为单位的总挂起时间”的新“作业”度量值来支持长时间运行的工作流。 您可以使用此度量来报告长时间运行的作业的准确机器人使用时间。 例如,您可以通过从作业持续时间(以秒为单位)中减去处于“挂起”状态的时间来衡量作业的总运行时间。
Additionally, Time in Pending in Seconds now includes the time a job spends between the Resumed state and the In Progress state.
已更新业务 ROI 模板以减去暂停时间
业务 ROI 模板现在会从仪表板上的每个可视化效果中减去作业处于“暂停”状态的时间,以支持长时间运行的工作流。
机器人日志原始消息弃用
Robot Logs Raw Message will be deprecated and no longer supported starting with the 2023.4 release (see Insights deprecation timeline).
Orchestrator for PaaS Azure 应用程序服务中的 Insights 功能
现在支持连接到在 Azure 应用程序服务上作为 PaaS 安装的 Orchestrator 的 Insights 安装的部署配置。 现在,当您运行 Orchestrator 脚本以在 Azure 应用程序服务上安装 Orchestrator 时,可以将 Insights 功能作为参数启用。
See the -insightsFeatureEnabled parameter in the Orchestrator scripts
性能测试
Insights has been tested at scale to provide metrics for data ingestion, background processes and dashboard loading times. You can review Performance and scalability.
弃用时间表
我们建议您定期查看弃用时间表,以获取有关针对即将弃用和删除功能的任何更新。
2023 年 8 月 2 日勘误
The formula for **Total Manual Time (mins)**is now changed to SUM(${time}) ;; from sql: #{time} ;; .