We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2752ed7 commit d06020fCopy full SHA for d06020f
docs/core/metrics.md
@@ -152,9 +152,12 @@ You can call `addMetric()` with the same name multiple times. The values will be
152
```
153
=== "Example CloudWatch Logs excerpt"
154
155
- ```json hl_lines="15-16 23-26"
+ ```json hl_lines="2-5 18-19"
156
{
157
- "successfulBooking": 1.0,
+ "performedActionA": [
158
+ 2,
159
+ 1
160
+ ],
161
"_aws": {
162
"Timestamp": 1592234975665,
163
"CloudWatchMetrics": [
@@ -174,11 +177,7 @@ You can call `addMetric()` with the same name multiple times. The values will be
174
177
}
175
178
]
176
179
},
- "service": "orders",
- "performedActionA": [
- 2,
180
- 1
181
- ]
+ "service": "orders"
182
183
184
### Adding default dimensions
0 commit comments