Bryn Cooke
Bryn Cooke
It's possible to do, but would probably requires some reasonably significant changes to the codebase. It would have to be a roadmap item that we plan in.
@yanns We do want external contributions, and we have started taking them in already. As you say though, this probably isn't the best ticket to start with. For context we're...
I think that this approach won't work. The issue is that plugins and caches all rely on the fact that schema is immutable. If we were to add such a...
I think it may be possible. Introspection happens during the query plan phase, so I think that you have the opportunity to modify introspection results in the supergraph service.
It'd be better if you parsed directly with [apollo-rs](https://github.com/apollographql/apollo-rs). All of the stuff in the spec package is going to disappear over time. The background to this is that during...
When we get round to this we need to ensure that we are using environment variable safe-listing mechanism that we are going to introduce for config expansion.
Using the extension provided by @li-zhixin fixed my issues with k6 disconnecting from telegraf influx listener when the number of vus increases. Really looking forward to official support.
The setup was a gke cluster with separate nodes for k6 and the server under test. Telegraf is configured to send to grafana-cloud and also provide nodestats. The test was...
This seems to a docker config issue rather than a bug. Running docker outside of a vm will likely resolve the issue. Let's close for now.
Possibly this is now a dup of #2444. #2444 is linked to in our docs.