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 | ArtifactIdjax-rs |
Last Version | Last Version0.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Cloud Trace for JAX-RS (Java API for RESTful Services)
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 |
---|---|
jax-rs-0.1.1.pom | |
jax-rs-0.1.1.jar | 9 KB |
jax-rs-0.1.1-sources.jar | 4 KB |
jax-rs-0.1.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/jax-rs/ -->
<dependency>
<groupId>com.google.cloud.trace.instrumentation</groupId>
<artifactId>jax-rs</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/jax-rs/
implementation 'com.google.cloud.trace.instrumentation:jax-rs:0.1.1'
// https://jarcasting.com/artifacts/com.google.cloud.trace.instrumentation/jax-rs/
implementation ("com.google.cloud.trace.instrumentation:jax-rs:0.1.1")
'com.google.cloud.trace.instrumentation:jax-rs:jar:0.1.1'
<dependency org="com.google.cloud.trace.instrumentation" name="jax-rs" rev="0.1.1">
<artifact name="jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud.trace.instrumentation', module='jax-rs', version='0.1.1')
)
libraryDependencies += "com.google.cloud.trace.instrumentation" % "jax-rs" % "0.1.1"
[com.google.cloud.trace.instrumentation/jax-rs "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.cloud.trace : core Optional | jar | 0.3.2 |
com.google.cloud.trace.instrumentation : core-http | jar | 0.1.1 |
com.google.cloud.trace : service Optional | jar | 0.3.2 |
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
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.