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: packages/metrics/src/Metrics.ts
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,10 @@ import type {
49
49
* These metrics can be visualized through Amazon CloudWatch Console.
50
50
*
51
51
* **Key features**
52
-
* * Aggregating up to 100 metrics using a single CloudWatch EMF object (large JSON blob).
53
-
* * Validating your metrics against common metric definitions mistakes (for example, metric unit, values, max dimensions, max metrics).
54
-
* * Metrics are created asynchronously by the CloudWatch service. You do not need any custom stacks, and there is no impact to Lambda function latency.
55
-
* * Creating a one-off metric with different dimensions.
52
+
* - Aggregating up to 100 metrics using a single CloudWatch EMF object (large JSON blob).
53
+
* - Validating your metrics against common metric definitions mistakes (for example, metric unit, values, max dimensions, max metrics).
54
+
* - Metrics are created asynchronously by the CloudWatch service. You do not need any custom stacks, and there is no impact to Lambda function latency.
55
+
* - Creating a one-off metric with different dimensions.
56
56
*
57
57
* After initializing the Metrics class, you can add metrics using the {@link Metrics.addMetric | `addMetric()`} method.
58
58
* The metrics are stored in a buffer and are flushed when calling {@link Metrics.publishStoredMetrics | `publishStoredMetrics()`}.
0 commit comments