Coenen Benjamin
Coenen Benjamin
Thanks for your suggestions @hawkw All changes are done :) let me know what you think :)
up @hawkw is it good for you ?
up @hawkw if you have any time :)
find an existing cds user via their gpg key signature on the commit. Let the user add their gpg key on CDS
to not always launch automatically some nodes with specific permissions
Hmm, the only examples I saw they use kind of JSON syntax like: `export MY_VALUE="{key: value, key2: value2}"`. Do you prefer this format ?
In https://github.com/spf13/viper for example they support json syntax but also this kind of syntax: If I have ```rust struct Cfg { test: HashMap, } ``` You can have some kind...
In Javascript they also use JSON syntax as I see on stackoverflow. But TBH I didn't really find a lot of informations about this kind of issue. I think it's...
I fully understand your concerns. And I am partially agree. What disturbing me is the fact that we support `Vec` and not `HashMap` and as `HashMap` is part of the...
Apparently we're using `service_namespace` and pass it to attributes named with `service.namespace` (https://github.com/apollographql/router/blob/main/apollo-router/src/plugins/telemetry/config.rs#L224) . Therefore on your traces you should have an attribute named `service.namespace` with the value you're looking...