Skip to content

Commit a612407

Browse files
committed
docs: remove confusing wording on limit
1 parent 2736fdd commit a612407

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/core/metrics.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ You can create metrics using `add_metric`, and you can create dimensions for all
109109

110110
You can add default metric dimensions to ensure they are persisted across Lambda invocations using `set_default_dimenions`.
111111

112-
!!! info "If you'd like to remove them at some point, you can use `clear_default_dimensions` method"
113-
Note that they continue to count against the maximum of 9 dimensions.
112+
If you'd like to remove them at some point, you can use `clear_default_dimensions` method.
114113

115114
=== "Default dimensions"
116115

0 commit comments

Comments
 (0)