Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/core/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ The `logMetrics` decorator of the metrics utility can be used when your Lambda h
You can manually flush the metrics with `publishStoredMetrics` as follows:

!!! warning
Metrics, dimensions and namespace validation still applies.
Metrics, dimensions and namespace validation still applies.

=== "handler.ts"

Expand Down Expand Up @@ -466,4 +466,4 @@ CloudWatch EMF uses the same dimensions across all your metrics. Use `singleMetr
--8<-- "docs/snippets/metrics/singleMetricDifferentDimsDecorator.ts"
```

1. Binding your handler method allows your handler to access `this` within the class methods.
1. Binding your handler method allows your handler to access `this` within the class methods.