Youtap Core Engine
Breadcrumbs

AWS CodeGuru

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.

  1. Create a profile group here

    1. Follow the instructions to set up the profile group in AWS

    2. Take the option to create a Spring bean

      1. CodeGuru requires a special repository to download the dependency from. Add it in the settings.xml variable in the GitLab pipeline configuration.

      2. Create the bean as directed in the AWS instructions.

      3. Push the changes to run a pipeline and deploy the service