Skip to content

Commit d06020f

Browse files
committed
docs(metrics): Rearrange excerpt example to be the same as others
1 parent 2752ed7 commit d06020f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/core/metrics.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,12 @@ You can call `addMetric()` with the same name multiple times. The values will be
152152
```
153153
=== "Example CloudWatch Logs excerpt"
154154

155-
```json hl_lines="15-16 23-26"
155+
```json hl_lines="2-5 18-19"
156156
{
157-
"successfulBooking": 1.0,
157+
"performedActionA": [
158+
2,
159+
1
160+
],
158161
"_aws": {
159162
"Timestamp": 1592234975665,
160163
"CloudWatchMetrics": [
@@ -174,11 +177,7 @@ You can call `addMetric()` with the same name multiple times. The values will be
174177
}
175178
]
176179
},
177-
"service": "orders",
178-
"performedActionA": [
179-
2,
180-
1
181-
]
180+
"service": "orders"
182181
}
183182
```
184183
### Adding default dimensions

0 commit comments

Comments
 (0)