From 284c373a298ebc9a52bb2e07b2fbc92ad51e78f0 Mon Sep 17 00:00:00 2001 From: seoberha Date: Tue, 11 Feb 2025 10:01:35 -0800 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1903169..4a16130 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Generate CloudWatch Metrics embedded within structured log events. The embedded - Examples can be found in [examples/README.md](examples/README.md) - **Linking metrics to high cardinality context** - Using the Embedded Metric Format, you will be able to visualize and alarm on custom metrics, but also retain the original, detailed and high-cardinality context which is queryable using [CloudWatch Logs Insights](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AnalyzingLogData.html). For example, the library automatically injects environment metadata such as Lambda Function version, EC2 instance and image ids into the structured log event data. ## Installation