| Filters | Search criteria, applied when fetching data from the server, allowing you to dynamically focus on the data you want to see. |
| Query | Set of filters, combined. That may be saved and reloaded. |
| Timeline | The timeline is the dynamic histogram allowing to browse and select the time frame of data to analyse. |
| Dashboard | Component displaying a set of Widgets showing aggregated information of the selected time. Widgets allow drill down on the data. |
| Map | Component displaying a summary of communications as a network map with clients and servers as nodes, and communication channels as links. |
| Grid | Component displaying communications in a table with filtering, sorting etc. |
| Sequence diagram | Component displaying the sequence of communications in a dynamic UML sequence diagram. |
| Stats | Component displaying aggregated statistics of the selected communications. |
| Detail panel | Component displaying details on any selected communication or configuration entity. |
| View | Current communication entities / protocol viewed on the UI: HTTP, TCP, Packet... |
| Mode | Current component active in the UI: top and bottom panel. |
| Link | A link is a saved state of the UI that you may share with others so they see what you see. |
| Public Link | A link that may be accessed by people without a Spider account. |
| Plugins | Spider supports UI plugins in Javascript packages, to enhance the integration experience with your systems. |
| Tag | A business value Spider extracts from inside a decoded payload (e.g. an order id, a customer, a country), usable for search and correlation. No instrumentation - extraction only. |
| Correlation id | An extracted identifier that links related calls together across services and protocols, so one exchange can be followed end to end. |
| Transcoding | Rendering a binary payload (e.g. gRPC protobuf) as readable JSON. |
| Waterfall | Component displaying communications as timeline bars, with lane grouping to reveal concurrency. |