A set of java libraries used by Google Cloud Graphite for common interactions with GCP.
Please see the GCP Plugin Core for Java wiki for complete documentation.
You can use these libraries by including the following in your pom.xml:
<dependencies>
...
<dependency>
<groupId>com.google.graphite</groupId>
<artifactId>gcp-plugin-core-java</artifactId>
<version>0.2.1</version>
</dependency>
...
</dependencies>
Please file feature requests and bug reports as GitHub issues
See CONTRIBUTING.md
See LICENSE