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.18.2.jar download
aws-xray-recorder-sdk-log4j-2.18.2.pom download
aws-xray-recorder-sdk-log4j-2.18.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-xray-recorder-sdk-log4j</artifactId>
  <version>2.18.2</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-xray-recorder-sdk-log4j:2.18.2'
Gradle Kotlin
implementation("com.amazonaws:aws-xray-recorder-sdk-log4j:2.18.2")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-log4j" % "2.18.2"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-log4j', version='2.18.2')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-log4j" rev="2.18.2" />
Leiningen
[com.amazonaws/aws-xray-recorder-sdk-log4j "2.18.2"]
Apache Buildr
'com.amazonaws:aws-xray-recorder-sdk-log4j:jar:2.18.2'