From 63895f943cf3ddd920b76ef7a60512ba80cf4b27 Mon Sep 17 00:00:00 2001 From: Ruben Fonseca Date: Thu, 16 Mar 2023 08:57:49 +0100 Subject: [PATCH] fix(docs): change high-resolution metrics announcment link --- docs/core/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/metrics.md b/docs/core/metrics.md index cb1712676b8..81acd8999d8 100644 --- a/docs/core/metrics.md +++ b/docs/core/metrics.md @@ -83,7 +83,7 @@ You can create metrics using `add_metric`, and you can create dimensions for all ### Adding high-resolution metrics -You can create [high-resolution metrics](https://aws.amazon.com/pt/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs/) passing `resolution` parameter to `add_metric`. +You can create [high-resolution metrics](https://aws.amazon.com/about-aws/whats-new/2023/02/amazon-cloudwatch-high-resolution-metric-extraction-structured-logs/) passing `resolution` parameter to `add_metric`. ???+ tip "When is it useful?" High-resolution metrics are data with a granularity of one second and are very useful in several situations such as telemetry, time series, real-time incident management, and others.