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
feat(client-application-signals): This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.
* <p>The target performance quality that is defined for an SLO is the <i>attainment goal</i>.</p>
45
45
* <p>You can set SLO targets for your applications that are discovered by Application Signals, using critical metrics such as latency and availability.
46
46
* You can also set SLOs against any CloudWatch metric or math expression that produces a time series.</p>
47
+
* <note>
48
+
* <p>You can't create an SLO for a service operation that was discovered by Application Signals until after that operation has reported standard
49
+
* metrics to Application Signals.</p>
50
+
* </note>
47
51
* <p>When you create an SLO, you specify whether it is a <i>period-based SLO</i>
48
52
* or a <i>request-based SLO</i>. Each type of SLO has a different way of evaluating
49
53
* your application's performance against its attainment goal.</p>
* <p>If you are using this operation in a monitoring account, specify <code>true</code> to include services from source accounts in the returned data.
1759
+
*
1760
+
* </p>
1761
+
* @public
1762
+
*/
1763
+
IncludeLinkedAccounts?: boolean|undefined;
1764
+
1765
+
/**
1766
+
* <p>Amazon Web Services Account ID.</p>
1767
+
* @public
1768
+
*/
1769
+
AwsAccountId?: string|undefined;
1750
1770
}
1751
1771
1752
1772
/**
@@ -2022,7 +2042,7 @@ export class ConflictException extends __BaseException {
2022
2042
* exactly 1 indicates that the SLO goal will be met exactly.</p>
2023
2043
* <p>For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:</p>
2024
2044
* <p>
2025
-
* <i>burn rate = error rate over the look-back window / (1 - attainment goal percentage)</i>
2045
+
* <i>burn rate = error rate over the look-back window / (100% - attainment goal percentage)</i>
2026
2046
* </p>
2027
2047
* <p>For more information about burn rates, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html#CloudWatch-ServiceLevelObjectives-burn">Calculate burn rates</a>.</p>
* <p>If you are using this operation in a monitoring account, specify <code>true</code> to include SLO from source accounts in the returned data.
2523
+
*
2524
+
* </p>
2525
+
* <p>When you are monitoring an account, you can use Amazon Web Services account ID in <code>KeyAttribute</code> filter for service source account and <code>SloOwnerawsaccountID</code> for SLO source account with <code>IncludeLinkedAccounts</code> to filter the returned data to only a single source account.
0 commit comments