You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP methods including WebDAV (PROPFIND, MKCOL, etc.)
Status
Dropdown
All
Status class: All, 2xx, 3xx, 4xx, 5xx
Path
Text (regex)
.*
Filter paths by regex pattern
Path Filter Examples
.* # All paths
/dav/.* # WebDAV requests
/graph/v1.0/.* # Graph API
/ocs/v[12]/.* # OCS API
/dav/files/admin/.* # Specific user
.*\.(pdf|docx|xlsx) # Specific file types
Panels
Overview
Panel
Shows
Total Requests
Request count in time range
Error Rate
% of 4xx/5xx responses (green <1%, yellow <5%, red ≥10%)
Request Rate
Requests per second
Traffic Analysis
Panel
Shows
Requests Over Time
Stacked bars by status code (green=2xx, blue=3xx, orange=4xx, red=5xx)