Skip to content

Commit 693c8a1

Browse files
flochazijemmy
andauthored
Update packages/metrics/src/Metrics.ts
Co-authored-by: ijemmy <[email protected]>
1 parent 73609c1 commit 693c8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/metrics/src/Metrics.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const DEFAULT_NAMESPACE = 'default_namespace';
3131
*
3232
* ### Object oriented way with decorator
3333
*
34-
* If you are used to typescript Class usage to encapsulate your Lambda handler you can leverage the [@metrics.logMetrics()](./_aws_lambda_powertools_metrics.Metrics.html#logMetrics) decorator to automatically:
34+
* If you are used to Typescript Class usage to encapsulate your Lambda handler you can leverage the [@metrics.logMetrics()](./_aws_lambda_powertools_metrics.Metrics.html#logMetrics) decorator to automatically:
3535
* * create cold start metric
3636
* * flush buffered metrics
3737
* * raise on empty metrics

0 commit comments

Comments
 (0)