Owen Haynes

Results 15 comments of Owen Haynes

Yeah it would be great to not have the node requirement to use the cli.

I would suggest that opentelemetry should just be generated if enabled. Lots more of extra fields can be set more then just `method name`. The generated code should try and...

this would be helpful, makes sense to store generated code in a sheared library especially if working with 2 applications within one repo. At the moment lots of abstractions have...

Without any good UX I don't think this is possible. How can gopls be sure you want to change something that looks like you implement the interface you are changing?...

Has anyone experienced any issues with this? Can not tell if keep alive are causing some issues get a lot of flip flopping between 200 status and 404 because my...

This would be handy to merge and a release for.

Yeah the `KubernetesServiceSpec` is a bit limited as you can not even configure the `ipFamilyPolicy` let alone additional labels so you can not make the exposed enovy service a dual...

Would say on top of this `stackdriver_cloudsql_instance_database_cloudsql_googleapis_com_database_postgresql_insights_*` do not work very well when `monitoring.aggregate-deltas` is enabled. Things like `stackdriver_cloudsql_instance_database_cloudsql_googleapis_com_database_postgresql_insights_perquery_row_count` do not work as expected.

we currently set the rule in the httproute ``` timeouts: request: "30s" ``` But this is for the full request if I understand. Getting a lot of up stream timeout...

Yeah I don' think envoy has a global setting for this as a question got asked in the https://groups.google.com/g/envoy-users/c/Bbp3SNLIw8Y I like the concept of doing this at a ClientTrafficPolicy but...