1

I'm not sure how to interpret the long vertical line in Datadog APM Traces enter image description here

Adri
  • 3
  • 2
AdrianS
  • 1,980
  • 7
  • 33
  • 51

1 Answers1

2

That indicates the span was called asynchronously

This doc talks about python, but it's true if all languages: https://www.datadoghq.com/blog/tracing-async-python-code/

draav
  • 1,454
  • 8
  • 8