Skip to content

Commit d75c40f

Browse files
saragerionijemmy
andauthored
Update packages/metrics/examples/decorator/manual-flushing.ts
Co-authored-by: ijemmy <ijemmy@users.noreply.github.com>
1 parent 0d5c161 commit d75c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/metrics/examples/decorator/manual-flushing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const lambdaHandler: Handler = async () => {
1616

1717
metrics.addMetric('test-metric', MetricUnits.Count, 10);
1818
metrics.purgeStoredMetrics();
19-
//Metrics will be logged and cleared
19+
//Metrics will be published and cleared
2020

2121
return {
2222
foo: 'bar'

0 commit comments

Comments
 (0)