governance icon indicating copy to clipboard operation
governance copied to clipboard

rfc(tracing): Adding Distributed Tracing to Spinnaker

Open mattgogerly opened this issue 1 year ago • 3 comments

Let's make troubleshooting easier.

mattgogerly avatar Jun 29 '23 13:06 mattgogerly

This is exciting! Thank you @mattgogerly !

dbyron-sf avatar Jun 29 '23 16:06 dbyron-sf

It turns out Micrometer Tracing doesn't support SpringBoot < 3.0, so we'll have to use Sleuth until we get there.

I'll update the RFC accordingly.

mattgogerly avatar Jun 30 '23 12:06 mattgogerly

I've been playing around a bit and the proposed approach seems to work okay. Need to do a bit more testing to prove it out further.

Need somebody with more knowledge of Gradle to confirm if we can include the Sleuth dependencies in kork-runtime rather than adding them as implementation dependencies to every service explicitly.

mattgogerly avatar Jun 30 '23 22:06 mattgogerly