a

aws-xray-recorder-sdk-log4j

The Amazon Web Services X-Ray Recorder SDK for Java provides Java APIs for emitting tracing data to AWS X-Ray. AWS X-Ray helps developers analyze and debug distributed applications. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors.
https://aws.amazon.com/documentation/xray/
Apache License, Version 2.0
Files download
File Operation
aws-xray-recorder-sdk-log4j-2.10.0.jar download
aws-xray-recorder-sdk-log4j-2.10.0.pom download
aws-xray-recorder-sdk-log4j-2.10.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-xray-recorder-sdk-log4j</artifactId>
  <version>2.10.0</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-xray-recorder-sdk-log4j:2.10.0'
Gradle Kotlin
implementation("com.amazonaws:aws-xray-recorder-sdk-log4j:2.10.0")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-log4j" % "2.10.0"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-log4j', version='2.10.0')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-log4j" rev="2.10.0" />
Leiningen
[com.amazonaws/aws-xray-recorder-sdk-log4j "2.10.0"]
Apache Buildr
'com.amazonaws:aws-xray-recorder-sdk-log4j:jar:2.10.0'