Filter the entries list#
Toggle protocol, content type, and status class chips to narrow what the list shows without losing what you captured.
The toolbar above the entries list narrows what you see. It does not change what GraphDagger captured. Filters apply on top of each other.
What each chip group filters#
The chips run across the toolbar in three groups.
- All: clear all chip filters at once. The chip stays highlighted while no other chips are active.
- Protocol: HTTP, HTTPS, WebSocket.
- Content type: JSON, Form, XML, JS, CSS, GraphQL, Document, Media, Other.
- Status class: 1xx, 2xx, 3xx, 4xx, 5xx.
Select a chip to toggle it. More than one chip can be active at the same time. Within a group, the filter is an OR: HTTP or HTTPS shows both. Across groups, the filter is an AND: HTTPS and JSON shows only HTTPS responses with a JSON content type.
What each content-type chip matches#
- JSON:
application/jsonandapplication/ld+json. - Form:
application/x-www-form-urlencodedandmultipart/form-data. - XML:
application/xml,text/xml,application/rss+xml,application/atom+xml. - JS:
application/javascript,text/javascript,application/x-javascript. - CSS:
text/css. - GraphQL:
application/graphqlandapplication/graphql+json. - Document:
text/htmlandapplication/xhtml+xml. - Media: anything starting with
image/,audio/,video/, orfont/. - Other: everything not covered above.
Read the timeline histogram#
Underneath the list, a histogram plots request volume against time. During a recording, a Following badge means that the list auto-scrolls to the newest request. Select the badge to pin the list at the current position. Select it again to resume the auto-scroll.
Save the current filters#
You can save a filter combination as a preset for reuse.