Skip to content
View as Markdown

Spans Visualization (Waterfall)

The Waterfall chart presents spans in a hierarchical view using a Gantt-style format. This makes it especially helpful for analyzing the performance of specific parts of your application, like network requests, database queries, and other time-consuming operations.

The chart displays both custom spans you define in your code and those automatically generated by the SDK. Spans are nested beneath their parent spans, and you can expand or collapse them to explore different levels of detail.

Info

See the SDK Spans section for information about how to configure this feature.

Timeline Waterfall Screenshot