a

aws-xray-recorder-sdk-apache-http

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
文件下载
文件名 操作
aws-xray-recorder-sdk-apache-http-2.11.2.jar 下载
aws-xray-recorder-sdk-apache-http-2.11.2.pom 下载
aws-xray-recorder-sdk-apache-http-2.11.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.amazonaws</groupId>
  <artifactId>aws-xray-recorder-sdk-apache-http</artifactId>
  <version>2.11.2</version>
</dependency>
Gradle Groovy
implementation 'com.amazonaws:aws-xray-recorder-sdk-apache-http:2.11.2'
Gradle Kotlin
implementation("com.amazonaws:aws-xray-recorder-sdk-apache-http:2.11.2")
Scala SBT
libraryDependencies += "com.amazonaws" % "aws-xray-recorder-sdk-apache-http" % "2.11.2"
Groovy Grape
@Grapes(
  @Grab(group='com.amazonaws', module='aws-xray-recorder-sdk-apache-http', version='2.11.2')
)
Apache Ivy
<dependency org="com.amazonaws" name="aws-xray-recorder-sdk-apache-http" rev="2.11.2" />
Leiningen
[com.amazonaws/aws-xray-recorder-sdk-apache-http "2.11.2"]
Apache Buildr
'com.amazonaws:aws-xray-recorder-sdk-apache-http:jar:2.11.2'