Amazon CloudWatch

2024/04/11 - 2 updated api methods

Changes   This release adds support for Metric Characteristics for CloudWatch Anomaly Detection. Anomaly Detector now takes Metric Characteristics object with Periodic Spikes boolean field that tells Anomaly Detection that spikes that repeat at the same time every week are part of the expected pattern.

2024/04/01 - 3 updated api methods

Changes   This release adds support for CloudWatch Anomaly Detection on cross-account metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.

2023/12/08 - 3 updated api methods

Changes   Adds support for the OpenTelemetry 1.0 output format in CloudWatch Metric Streams.

2023/05/04 - 2 updated api methods

Changes   Adds support for filtering by metric names in CloudWatch Metric Streams.

2023/01/18 - 2 updated api methods

Changes   Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.

2022/12/14 - 2 updated api methods

Changes   Adding support for Metrics Insights Alarms

2022/11/28 - 2 updated api methods

Changes   Adds cross-account support to the GetMetricData API. Adds cross-account support to the ListMetrics API through the usage of the IncludeLinkedAccounts flag and the new OwningAccounts field.

2022/08/18 - 2 new 1 updated api methods

Changes   Add support for managed Contributor Insights Rules

2022/07/21 - 2 updated api methods

Changes   Adding support for the suppression of Composite Alarm actions

2022/04/13 - 2 updated api methods

Changes   Adds support for additional statistics in CloudWatch Metric Streams.

2021/11/18 - 3 updated api methods

Changes   CloudWatch Anomaly Detection now supports anomaly detectors that use metric math as input.

2021/07/26 - 4 updated api methods

Changes   SDK update to support creation of Cross-Account Metric Alarms and update API documentation.

2021/03/30 - 6 new api methods

Changes   SDK update for new Metric Streams feature

2021/01/28 - 1 updated api methods

Changes   Update to SDK to support label time zones in CloudWatch GetMetricData

2020/07/24 - 1 updated api methods

Changes   AWS CloudWatch ListMetrics now supports an optional parameter (RecentlyActive) to filter results by only metrics that have received new datapoints in the past 3 hours. This enables more targeted metric data retrieval through the Get APIs

2020/04/02 - 1 updated api methods

Changes   Amazon CloudWatch Contributor Insights adds support for tags and tagging on resource creation.

2020/03/02 - 1 new 2 updated api methods

Changes   Introducing Amazon CloudWatch Composite Alarms

2020/01/20 - 1 updated api methods

Changes   Updating DescribeAnomalyDetectors API to return AnomalyDetector Status value in response.

2019/11/25 - 6 new api methods

Changes   This release adds a new feature called "Contributor Insights". "Contributor Insights" supports the following 6 new APIs (PutInsightRule, DeleteInsightRules, EnableInsightRules, DisableInsightRules, DescribeInsightRules and GetInsightRuleReport).

2019/10/18 - 4 updated api methods

Changes   New Period parameter added to MetricDataQuery structure.

2019/07/09 - 3 new 3 updated api methods

Changes   This release adds three new APIs (PutAnomalyDetector, DeleteAnomalyDetector, and DescribeAnomalyDetectors) to support the new feature, CloudWatch Anomaly Detection. In addition, PutMetricAlarm and DescribeAlarms APIs are updated to support management of Anomaly Detection based alarms.

2019/03/29 - 3 new 1 updated api methods

Changes   Added 3 new APIs, and one additional parameter to PutMetricAlarm API, to support tagging of CloudWatch Alarms.

2019/03/14 - 1 updated api methods

Changes   New Messages parameter for the output of GetMetricData, to support new metric search functionality.

2018/11/20 - 3 updated api methods

Changes   Amazon CloudWatch now supports alarms on metric math expressions.

2018/09/19 - 1 new api methods

Changes   Amazon CloudWatch adds the ability to request png image snapshots of metric widgets using the GetMetricWidgetImage API.

2018/09/17 - 1 updated api methods

Changes   Amazon CloudWatch adds the ability to publish values and counts using PutMetricData

2018/04/04 - 1 new api methods

Changes   The new GetMetricData API enables you to collect batch amounts of metric data and optionally perform math expressions on the data. With one GetMetricData call you can retrieve as many as 100 different metrics and a total of 100,800 data points.

2017/12/08 - 3 updated api methods

Changes   With this launch, you can now create a CloudWatch alarm that alerts you when M out of N datapoints of a metric are breaching your predefined threshold, such as three out of five times in any given five minutes interval or two out of six times in a thirty minutes interval. When M out of N datapoints are not breaching your threshold in an interval, the alarm will be in OK state. Please note that the M datapoints out of N datapoints in an interval can be of any order and does not need to be consecutive. Consequently, you can now get alerted even when the spikes in your metrics are intermittent over an interval.

2017/07/05 - 4 new 1 updated api methods

Changes   We are excited to announce the availability of APIs and CloudFormation support for CloudWatch Dashboards. You can use the new dashboard APIs or CloudFormation templates to dynamically build and maintain dashboards to monitor your infrastructure and applications. There are four new dashboard APIs - PutDashboard, GetDashboard, DeleteDashboards, and ListDashboards APIs. PutDashboard is used to create a new dashboard or modify an existing one whereas GetDashboard is the API to get the details of a specific dashboard. ListDashboards and DeleteDashboards are used to get the names or delete multiple dashboards respectively. Getting started with dashboard APIs is similar to any other AWS APIs. The APIs can be accessed through AWS SDK or through CLI tools.

2017/04/04 - 3 updated api methods

Changes   Amazon Web Services announced the immediate availability of two additional alarm configuration rules for Amazon CloudWatch Alarms. The first rule is for configuring missing data treatment. Customers have the options to treat missing data as alarm threshold breached, alarm threshold not breached, maintain alarm state and the current default treatment. The second rule is for alarms based on percentiles metrics that can trigger unnecassarily if the percentile is calculated from a small number of samples. The new rule can treat percentiles with low sample counts as same as missing data. If the first rule is enabled, the same treatment will be applied when an alarm encounters a percentile with low sample counts.

2016/11/17 - 4 updated api methods

Changes   Amazon CloudWatch now supports Percentiles as a statistical function.