You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/metrics.md
+8-14
Original file line number
Diff line number
Diff line change
@@ -398,7 +398,7 @@ This has the advantage of keeping cold start metric separate from your applicati
398
398
399
399
You can add high-cardinality data as part of your Metrics log with the `addMetadata` method. This is useful when you want to search highly contextual information along with your metrics in your logs.
400
400
401
-
!!! warning
401
+
!!! info
402
402
**This will not be available during metrics visualization** - Use **dimensions** for this purpose
403
403
404
404
=== "handler.ts"
@@ -440,24 +440,18 @@ You can add high-cardinality data as part of your Metrics log with the `addMetad
440
440
441
441
CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetric` if you have a metric that should have different dimensions.
442
442
443
-
!!! info
444
-
For cost-efficiency, this feature would be used sparsely since you [pay for unique metric](https://aws.amazon.com/cloudwatch/pricing). Keep the following formula in mind:
443
+
Generally, using different dimensions would be an edge case since you [pay for unique metric](https://aws.amazon.com/cloudwatch/pricing).
0 commit comments