Skip to content

Commit 55b20ea

Browse files
ijemmyheitorlessa
andauthored
docs(metrics) Change to more appropriate term
Co-authored-by: Heitor Lessa <lessa@amazon.co.uk>
1 parent d06020f commit 55b20ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can create metrics using `addMetric`, and you can create dimensions for all
132132
!!! warning "Do not create metrics or dimensions outside the handler"
133133
Metrics or dimensions added in the global scope will only be added during cold start. Disregard if that's the intended behaviour.
134134

135-
### Adding the same metric multiple times
135+
### Adding multi-value metrics
136136
You can call `addMetric()` with the same name multiple times. The values will be grouped together in an array.
137137

138138
=== "addMetric() with the same name"

0 commit comments

Comments
 (0)