https://github.com/braintree/apollo-tracing-uploader-java
Upload Java GraphQL tracing metrics to Apollo Graph Manager
https://github.com/braintree/apollo-tracing-uploader-java
Last synced: 10 months ago
JSON representation
Upload Java GraphQL tracing metrics to Apollo Graph Manager
- Host: GitHub
- URL: https://github.com/braintree/apollo-tracing-uploader-java
- Owner: braintree
- License: mit
- Created: 2020-02-28T19:31:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-20T15:46:18.000Z (almost 5 years ago)
- Last Synced: 2025-06-25T10:53:55.024Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 118 KB
- Stars: 13
- Watchers: 59
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Apollo Tracing Uploader for Java
A [GraphQL Java instrumentation](https://www.graphql-java.com/documentation/v12/instrumentation/) for uploading tracing metrics to the [Apollo Graph Manager](https://www.apollographql.com/docs/graph-manager/).
## Adding It To Your Project
Add the following to your `build.gradle`:
```groovy
dependencies {
compile 'com.braintreepayments:apollo-tracing-uploader:0.4.0'
}
```
See the [end-to-end test](src/test/java/integration/EndToEndTest.java) for usage examples.