You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// SAP BTP Global Account Identifier where services are entitles for the current application
95
+
// SAP BTP Global Account Identifier where services are entitled for the current application
96
96
// Will soon be deprecated, use ProviderSubaccountId instead
97
97
GlobalAccountIdstring`json:"globalAccountId"`
98
98
// The subaccount ID in which the application is provided (will soon replace GlobalAccountId)
@@ -393,11 +393,11 @@ type DeletionRules struct {
393
393
//
394
394
// Rule evaluation for Gauge type metric: The time series data of the metric (restricted to the current workload by setting `job` label as workload service name) is calculated as an average over the specified period.
395
395
// A sum of the calculated average from different time series is then compared to the provided threshold value to determine whether the rule has been satisfied.
// Rule evaluation for Counter type metric: The time series data of the metric (restricted to the current workload by setting `job` label as workload service name) is calculated as rate of increase over the specified period.
399
399
// The sum of the calculated rates from different time series is then compared to the provided threshold value to determine whether the rule has been satisfied.
0 commit comments