Releases: aws-samples/eb-java-scorekeep
Releases · aws-samples/eb-java-scorekeep
AWS X-Ray Integration (full) v1
This release includes additional X-Ray SDK instrumentation and RDS support from the SQL branch. If you haven't used X-Ray before, try the Getting Started with AWS X-Ray tutorial first, which uses a release from the xray-gettingstarted branch.
Full integration includes basic integration plus:
- Instrumented HTTPClient to trace outgoing HTTP calls
- JDBC data source interceptor to trace SQL queries to an attached PostgreSQL database in RDS
- /#/xray demo page
- X-Ray daemon debug logging configuration
- Shell scripts to generate site traffic and use the X-Ray API
AWS X-Ray Integration (basic) v1.1
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. By including the AWS X-Ray SDK for Java in build.gradle
and adding a filter to WebConfig.java
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