CodeGuru-Profiler java agent repository

This repository contains the java agent for CodeGuru-Profiler AWS service

To use this in your service, if you are using maven, update your pom file this way:

  1. Create a custom Maven repository with the URL https://d1osg35nybn3tt.cloudfront.net: 
            <repositories>
  2.   <repository>
  3.     <id>codeguru-profiler</id>
  4.     <name>codeguru-profiler</name>
  5.     <url>https://d1osg35nybn3tt.cloudfront.net</url>
  6.   </repository>
  7. </repositories> 
  8. Add a dependency on codeguru-profiler-java-agent
            <dependencies>
  9.   <dependency>
  10.     <groupId>com.amazonaws</groupId>
  11.     <artifactId>codeguru-profiler-java-agent</artifactId>
  12.     <version>1.2.3</version>
  13.   </dependency>
  14. </dependencies>
    For more information about configuring repositories in Maven, see Setting up Multiple Repositories in the Maven documentation.

 

To download directly the fat jar that can be used as JVM agent:

https://d1osg35nybn3tt.cloudfront.net/com/amazonaws/codeguru-profiler-java-agent-standalone/1.2.3/codeguru-profiler-java-agent-standalone-1.2.3.jar