Skip to content

Commit e46bd36

Browse files
authored
Update README.md
1 parent 988297a commit e46bd36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Generate CloudWatch Metrics embedded within structured log events. The embedded
2020
- **Linking metrics to high cardinality context**
2121

2222
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.
23-
Be sure to:
2423

2524
## Usage
2625

@@ -79,7 +78,7 @@ Examples:
7978
```java
8079
putProperty("RequestId", "422b1569-16f6-4a03-b8f0-fe3fd9b100f8")
8180
putProperty("InstanceId", "i-1234567890")
82-
putPproperty("Device", new HashMap<String, String>() {{
81+
putProperty("Device", new HashMap<String, String>() {{
8382
put("Id", "61270781-c6ac-46f1-baf7-22c808af8162");
8483
put("Name", "Transducer");
8584
put("Model", "PT-1234");

0 commit comments

Comments
 (0)