Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jul 16, 2023
1 parent ebe9a1b commit 2753b9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Lamby will now publish [CloudWatch Embedded Metrics](https://docs.aws.amazon.com
}}
/>

This data shows the vast majority of your initialized Lambda Contaienrs are proactively initialized. Hence, no cold starts are felt by end users or consumers of your function. If you need to customize the name of your Rails application in the CloudWatch Metrics dimension, you can do so using this config.
This data shows the vast majority of your initialized Lambda Containers are proactively initialized. Hence, no cold starts are felt by end users or consumers of your function. If you need to customize the name of your Rails application in the CloudWatch Metrics dimension, you can do so using this config.

```rails title="config/environments/production.rb"
config.lamby.metrics_app_name = 'MyServiceName'
Expand Down

0 comments on commit 2753b9b

Please sign in to comment.