简体   繁体   English

Azure 数据工厂指标中的 FactorySizeInGbUnits 和 MaxAllowedFactorySizeInGbUnits

[英]FactorySizeInGbUnits and MaxAllowedFactorySizeInGbUnits in Azure Data Factory Metrics

Recently configured Data factory for the first time and wanted to understand the metrics being collected.最近首次配置数据工厂,想了解正在收集的指标。 The two metrics that I am not able to understand are:我无法理解的两个指标是:

  • FactorySizeInGbUnits - Is this the Gigabytes of data that Data Factory is transferring this very second or has transferred in totality so far? FactorySizeInGbUnits - 这是数据工厂这一秒正在传输的千兆字节数据还是到目前为止已经全部传输的数据?
  • MaxAllowedFactorySizeInGbUnits - Is this a value we can set? MaxAllowedFactorySizeInGbUnits - 这是我们可以设置的值吗? For example, Maximum 100 Gigabytes of data can be transferred in a second?例如,一秒钟最多可以传输 100 GB 的数据?

I did look at the Microsoft documentation but the description isn't very clear (as shown below)我确实看过微软文档,但描述不是很清楚(如下所示) 在此处输入图像描述

I have configured the data factory in my lab, created pipeline, and performed a copy activity and this is how the log looks:我已经在我的实验室中配置了数据工厂,创建了管道,并执行了复制活动,这就是日志的外观: 在此处输入图像描述

These may be trivial metrics for experienced Data factory folks but is really confusing for a newbie like me.对于有经验的数据工厂人员来说,这些可能是微不足道的指标,但对于像我这样的新手来说真的很困惑。 Please assist as I could not find any documentation that could explain the two in full depth with an example.请提供帮助,因为我找不到任何可以通过示例全面解释这两者的文档。

Appreciate your help.感谢你的帮助。

Thanks!!谢谢!!

FactorySizeInGbUnits -> Total size of the factory (pipelines + datasets +.....) rounded to next GB. FactorySizeInGbUnits -> 工厂的总大小(管道 + 数据集 +.....)四舍五入到下一个 GB。

MaxAllowedFactorySizeInGbUnits -> Max allowed factory size. MaxAllowedFactorySizeInGbUnits -> 允许的最大工厂大小。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM