MVN

com.google.cloud.trace.instrumentation.jdbc : root

Maven & Gradle

Jul 11, 2017
9 stars

Google Cloud Trace for JDBC - parent · Google Cloud Trace for JDBC is a custom JDBC driver which intercepts calls to the actual JDBC driver (e.g. Cloud SQL's) and collects and sends latency data about JDBC calls to Stackdriver Trace for visualization in the Google Cloud Console.

<dependency>
    <groupId>com.google.cloud.trace.instrumentation.jdbc</groupId>
    <artifactId>root</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.google.cloud.trace.instrumentation.jdbc : root to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.google.cloud.trace.instrumentation.jdbc : root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
root-0.1.1
root-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.google.cloud.trace.instrumentation.jdbc</groupId>
    <artifactId>root</artifactId>
    <version>0.1.1</version>
</dependency>