-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintainers Wanted #17
Comments
I'm still evaluating Apollo Engine but I'd be happy to help out if we decide to move forward with it. |
@exAspArk just curious, what do you guys use now instead of Apollo Engine for insights ? |
@bezoar17 in our particular case, we switched to Skylight since we use it for non-GraphQL instrumentations. Luckily, GraphQL-Ruby gem supports the tools (AppSignal, New Relic, Scout, Skylight, Datadog, Prometheus) out of the box with just 1 line of code http://graphql-ruby.org/queries/tracing.html. |
@exAspArk thanks for the update! I personally came across this project after getting to know about the Apollo Platform and doing some digging for Ruby tooling. We want to leverage the schema validation features they provide and even though I wasn't able to find any information whether they use the same tracing information provided by this gem, we have interest in pursuing that if time permits (and maybe use this gem as a baseline if we can) If anyone else has interest in that type of thing please reach out to me, I might not have the time to implement but would be more than happy to be a beta tester 🍻 |
Hi @fgrehm! The schema validation features of the Apollo Platform work with any GraphQL server with no instrumentation required. The features are improved if you're instrumenting your server and sending metrics (since you can tell if changed fields are being actively used by clients) but you can get started with any GraphQL server. |
Yeah, that part I highlighted in bold is exactly what we're interested on! I thought we'd need something like this project to collect those metrics 🤔 |
definitely interested in helping out. we're not using |
Just wanted to put the message out to interested folks that I have released https://github.com/EnjoyTech/apollo-studio-tracing-ruby, which is fully compatible with the new Apollo Studio tracing format. Big shout out to @jturkel for doing a lot of the heavy lifting on this branch: https://github.com/salsify/apollo-tracing-ruby/tree/feature/new-apollo-api |
We are looking for people to help out and maintain the gem since our company no longer uses Apollo Engine.
Please comment on this issue if you're interested.
The text was updated successfully, but these errors were encountered: