Overview:
The configuration for the usage statistics application should be inherited from a tenant property. This would enable metrics and thresholds to be added by default, rather than having to be added by the end user. In addition, this would enable contracted metrics to be added automatically when a tenant is created, furthering the contract-aware state of the tenant.
Example:
If a custom metric is defined as
"Storage/Device (in MB)" = (storageSize) / (peakDeviceWithChildrenCount)
The default could be set in a tenant property:
{“label”: “Storage/Device (in MB)”, “value”: “storageSize / peakDeviceWithChildrenCount”, “threshold”: “100”}
Summary:
Enable users to define default configuration for metrics and thresholds