Skip to content

Commit 0d5c161

Browse files
saragerionflochaz
andauthored
Update docs/core/metrics.md
Co-authored-by: Florian Chazal <florianchazal@gmail.com>
1 parent 625b79d commit 0d5c161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ You can optionally capture cold start metrics with the `logMetrics` middleware o
377377
import { Context, Callback } from 'aws-lambda';
378378
import middy from '@middy/core';
379379

380-
const metrics = new Metrics({namespace:"serverlessAirline", service:"orders"});
380+
const metrics = new Metrics({namespace: 'serverlessAirline', service: 'orders' });
381381

382382
export class MyFunction {
383383

0 commit comments

Comments
 (0)