Skip to content

chore(docs): fix warning format in metrics documentation #1423

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2023
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.