Jenny Brown
08/17/2021, 5:15 PMcat /proc/self/cgroup | head -1 | cut -d'/' -f3
So theoretically it would be possible to tell the running app which container it’s in (via an env var or something) so that it could report that information with any exceptions, and we could pass that up to the UI for a More Details display or somesuch. This might have some value as horizontal scale-out happens, too — sometimes a particular node gets corrupted and it’s helpful to know which node in a cluster is spitting out the errors. My primary goal, though, is just to make it easier on ops and developers to discover the underlying stack trace when something breaks anywhere.
Thoughts?user
08/17/2021, 5:19 PMuser
08/17/2021, 5:53 PM--name
option to the process’s cmd in DockerProcessFactory
have it log that value. Even something simple like airbyte-randomalphanumeric
would help here.Jenny Brown
08/17/2021, 5:59 PMuser
08/17/2021, 6:14 PMuser
08/17/2021, 6:15 PM