Open eyasy1217 opened 2 months ago
Hello @eyasy1217, thanks for reaching out. We'll review this during our next gardening session.
@eyasy1217 What would be the use case? We found it interesting and we are willing to implement it, but we would like to understand the use case. For instance, is it to avoid sending propagation headers to a third party API that isn't able to handle correctly unknown headers?
It's not such a big use case. Same reason as https://github.com/DataDog/dd-trace-go/issues/1166 .
I want to determine whether to propagate or not for each api I call. For example, when calling a external api, no propagation is performed. I assume the following code.