Profiler
AWS CodeGuru Profiler is a tool injected into the code itself that reports performance to AWS at a small cost per hour. If used effectively it will be a useful feature for identifying parts of the code that are slowing down our services.
-
Create a profile group here
-
Follow the instructions to set up the profile group in AWS
-
Take the option to create a Spring bean
-
CodeGuru requires a special repository to download the dependency from. Add it in the settings.xml variable in the GitLab pipeline configuration.
-
Create the bean as directed in the AWS instructions.
-
Push the changes to run a pipeline and deploy the service
-
-