spinnaker / governance

Community documentation for Spinnaker
47 stars 96 forks source link

rfc(tracing): Adding Distributed Tracing to Spinnaker #345

Open mattgogerly opened 1 year ago

mattgogerly commented 1 year ago

Let's make troubleshooting easier.

dbyron-sf commented 1 year ago

This is exciting! Thank you @mattgogerly !

mattgogerly commented 1 year ago

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 commented 1 year ago

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.