Olivier Cervello
Olivier Cervello
@thedevsaddam any idea what's going on ?
Thanks for the report, sorry I've just seen it. Committing a fix very soon.
@yhuang, Thanks for your feedback. You are making good points that the documentation can be updated to explain what each parameter does in detail. Please remember that although we make...
@drgrib it wouldn't be that hard IMO (but very useful). Something like this should do: ``` def lookup(self, path): dotted_path = path.split(".") current = self for piece in dotted_path: current...
I've noticed the same problem when combining `threading` with the `gRPC` integration: the gRPC server hangs.
`SyncTransport` will slow your app significantly - IMO the only good option is the `AsyncTransport`, for any exporter. There is one exception to this: an app that can only run...
@c24t looks cool. Does that mean we'll have one background thread / exporter here ?
+1 for this, I'd rename those to `extra_attributes` instead of `aux_attributes`.
Please check [here](https://github.com/terraform-google-modules/terraform-google-slo/pull/56#issuecomment-718878040), apparently we can set `type=any` but we lose variable validation until version `0.13` using `validate` blocks.
Same issue here.