0

Some spans reported to google trace represent method calls that ended in an error. Is there a way to get google trace to visually set these spans apart from success spans (a different color, an error icon similar to AWS xray...)?

I tried setting these attributes, but visually they made no difference:

  • Span status
  • /error/message attribute
  • /error/name attribute
  • /http/status_code attribute
Tomer
  • 3
  • 2

1 Answers1

0

You could also use a Trace Filter. This will filter the Traces by “Terms”. For instance, you could select the span as well as a latency and Stackdriver Trace will filter it.

Mahmoud Sharif
  • 1,085
  • 6
  • 12