Skip to content

AWS X-Ray Integration (basic) v1.3

Compare
Choose a tag to compare
@mwunderl mwunderl released this 14 Apr 01:14
· 58 commits to xray-gettingstarted since this release

Deploy this release to AWS Elastic Beanstalk and run the application to generate trace data that you can view in the AWS X-Ray console. This branch shows how to do basic instrumentation by including the AWS X-Ray SDK for Java in build.gradle and adding a filter to WebConfig.java.
scorekeep-gettingstarted-servicemap
For a tutorial that uses this release, see Getting Started with AWS X-Ray in the AWS X-Ray Developer Guide.

Basic integration includes:

  • The AWS X-Ray SDK for Java
  • A servlet filter to instrument incoming HTTP requests
  • The Instrumentor submodule of the SDK to automatically instrument all AWS SDK for Java clients
  • Default recorder configuration to apply plugins and load sampling rules from a file