Google Cloud Trace Java Instrumentation
Google Cloud Trace Java Instrumentation is a collection of Java libraries that integrate with Google Cloud Trace for collecting, displaying, and analyzing latency data from applications.
License |
License |
---|---|
GroupId | GroupIdcom.google.cloud.trace.instrumentation |
ArtifactId | ArtifactIdapache-http |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Cloud Trace for Apache HTTP client
Google Cloud Trace Java Instrumentation is a collection of Java libraries
that integrate with Google Cloud Trace for collecting, displaying, and
analyzing latency data from applications.
|
Filename | Size |
---|---|
apache-http-0.1.1.pom | |
apache-http-0.1.1.jar | 7 KB |
apache-http-0.1.1-sources.jar | 5 KB |
apache-http-0.1.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/apache-http/ -->
<dependency>
<groupId>com.google.cloud.trace.instrumentation</groupId>
<artifactId>apache-http</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/apache-http/
implementation 'com.google.cloud.trace.instrumentation:apache-http:0.1.1'
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/apache-http/
implementation ("com.google.cloud.trace.instrumentation:apache-http:0.1.1")
'com.google.cloud.trace.instrumentation:apache-http:jar:0.1.1'
<dependency org="com.google.cloud.trace.instrumentation" name="apache-http" rev="0.1.1">
<artifact name="apache-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.trace.instrumentation', module='apache-http', version='0.1.1')
)
libraryDependencies += "com.google.cloud.trace.instrumentation" % "apache-http" % "0.1.1"
[com.google.cloud.trace.instrumentation/apache-http "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.trace.instrumentation : core-http | jar | 0.1.1 |
com.google.cloud.trace : core Optional | jar | 0.3.2 |
com.google.cloud.trace : service Optional | jar | 0.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.cloud.trace : core-testing | jar | 0.3.2 |
com.google.truth : truth | jar | 0.30 |
org.mockito : mockito-core | jar | 2.2.22 |
Google Cloud Trace Java Instrumentation is a collection of Java libraries that integrate with Google Cloud Trace for collecting, displaying, and analyzing latency data from applications.