Is it possible to set the value of a variable as a span tag via //dd:span?
#454
-
|
According to the official documentation, one can manually create a span via a //dd:span custom_tag:tag_value
func CriticalPathFunction() {
// ... implementation details ...
}I expected So, in my case, //dd:span user_id:userID ret:ret
func repository(userID string) (ret string) {
ret = "Mike"
return
}gives this result: Is it possible to set the value of a variable (e.g. function paremeters) as a span tag? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hey! Not currently; but we plan on adding this feature in the future! |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Is this feature working now? |
Beta Was this translation helpful? Give feedback.

Hey! Not currently; but we plan on adding this feature in the future!