| Host | Total Requests |
|---|---|
| {{item.session.substring(0,10)}}... | {{item.c}} |
| Method | Path | Total Requests |
|---|---|---|
| {{item.method}} | {{item.url.substring(0, Math.min(30, item.url.length))}} | {{item.c}} |
| Date | Session | Method | Path | |
|---|---|---|---|---|
| {{item.createdAt.substring(0,19)}} | {{item.session.substring(0,10)}}... | {{item.method}} | {{item.url.substring(0, Math.min(30, item.url.length))}} | {{item.c}} |
| Name | Address | |
|---|---|---|
| {{item.name}} | {{item.address}} |