We have a simple yes/no tag that indicates if a request resulted in a 500 to the user. The definition we use in Ruby & Python is: "did an exception escape the Controller span".
Tag should be: "error" => "true". No tag should be sent on a non-exceptioning request.
We have a simple yes/no tag that indicates if a request resulted in a 500 to the user. The definition we use in Ruby & Python is: "did an exception escape the Controller span".
Tag should be:
"error" => "true"
. No tag should be sent on a non-exceptioning request.