Slackbot
12/18/2023, 12:28 PMRaj Kamal
12/18/2023, 2:00 PMRaj Kamal
12/18/2023, 2:01 PMDiogo Baeder
12/18/2023, 2:03 PMpropagator = propagate.get_global_textmap()
context = propagator.extract(headers)
and propagator.inject
does the trick. I'm doing this because my project is using a combination of NATS and Argo Workflows, so there's no automatic instrumentation available for them yet.Ashu