Adrian Baker
Adrian Baker
For what it's worth, I found both the installation documentation and subsequent configuration wizard outstanding.
>So I changed my GH action runs-on from ubuntu-latest to macos-latest and no more exit code 1 Same experience on an Azure Pipeline build.
The current gradle jib dev experience is: 1. Add a parameter to `application.applicationDefaultJvmArgs` in your `build.gradle` 1. Discover these aren't propagated to the docker image 1. Google for "jib applicationDefaultJvmArgs...
What would you like to see covered in a design proposal before a PR? A concrete spec of mappings along the lines of what's outlined in https://github.com/GoogleContainerTools/jib/issues/1211#issuecomment-435950517 above? Are there...
`"@contentful/forma-36-react-components": "^3.100.2",`: 
I lost quite of a bit of time debugging this too. I think jsonSerializer needs a reasonable default value.
Where would the right place to raise feedback about the use of `${host}:${port}` for HTTP resources? This is quite an obfuscated way of describing them if you have many paths...
>In the case of an API gateway, using an APM agent on the gateway itself could help to show the routing to downstream services. This isn't possible when using hosted...
So let's take my current stack as an example - targets are declared in https://github.com/OpenFeign/feign, which is delegating to Apache HTTP Client for the actual HTTP communication. And I believe...
I'm not sure how custom instrumentation would solve this problem, at least not without a substantial amount of coding and recreation of built-in instrumentation. Without having tried it, I don't...