apollo-tracing-ruby
apollo-tracing-ruby copied to clipboard
[Maintainers Wanted] Ruby implementation of GraphQL trace data in the Apollo Tracing format
This PR optimizes duration calculations to use `Process.clock_gettime(Process::CLOCK_MONOTONIC, :nanosecond)` rather than `Time.now.utc`. Similar optimizations landed in `Benchmark` in this [change](https://bugs.ruby-lang.org/issues/10165) with a follow up simplification in this [commit](https://github.com/ruby/ruby/commit/cb1affb47890013d653d4ec50fe3f042abc286c6). On my...
We are looking for people to help out and maintain the gem since our company no longer uses [Apollo Engine](https://www.apollographql.com/engine/). Please comment on this issue if you're interested.
Hi! Did someone have success using this in Heroku? If so, how did you do it? I'm currently trying to send metrics to the Apollo Graph Manager but, I have...
Hello! Thanks so much for writing this gem. The examples mention `localhost` and following them I got this set up for my local dev environment quite easily. However, I'm not...
I setup this gem for our production GraphQL API today and within an hour our API stopped responding and I saw this error in the logs from the proxy: ```...
Wondering how this might be supported, especially when paired with shopify/graphql-batch, as the cost of many fields are aggregated together with DataLoader