You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we flag yellow a span that includes annotations that exact match error. In finagle and spring cloud sleuth, error is often a part of a format string, and might not be lowercase. I suggest we more leniently accept annotation highlighting to case insensitive contains.
Particularly, this flags existing finagle formatted errors, like so:
"Server Send Error: TimeoutException: socket timed out"
Fixes#1472
See openzipkin/openzipkin.github.io#52
Particularly, this flags existing finagle formatted errors, like so:
"Server Send Error: TimeoutException: socket timed out"
Fixes#1472
See openzipkin/openzipkin.github.io#52
Currently, we flag yellow a span that includes annotations that exact match error. In finagle and spring cloud sleuth, error is often a part of a format string, and might not be lowercase. I suggest we more leniently accept annotation highlighting to case insensitive contains.
@HancaiLi requested this in spring-cloud-sleuth
See openzipkin/openzipkin.github.io#52 for more complete description
Note, it is still best to strictly treat the tag (binary annotation) key "error" as that is used in search.
https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift#L218
The text was updated successfully, but these errors were encountered: