adonisjs-server-stats 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,21 +10,21 @@ Zero frontend dependencies. Zero build step. Just `@serverStats()` and go.
|
|
|
10
10
|
|
|
11
11
|
**Stats bar** -- always-on metrics strip at the bottom of every page:
|
|
12
12
|
|
|
13
|
-

|
|
13
|
+

|
|
14
14
|
|
|
15
15
|
**Debug toolbar** -- expandable panels for deep inspection:
|
|
16
16
|
|
|
17
17
|
| Queries | Events |
|
|
18
18
|
|---------|--------|
|
|
19
|
-
|  |  |
|
|
19
|
+
|  |  |
|
|
20
20
|
|
|
21
21
|
| Routes | Logs |
|
|
22
22
|
|--------|------|
|
|
23
|
-
|  |  |
|
|
23
|
+
|  |  |
|
|
24
24
|
|
|
25
25
|
| Emails (custom pane) |
|
|
26
26
|
|----------------------|
|
|
27
|
-
|  |
|
|
27
|
+
|  |
|
|
28
28
|
|
|
29
29
|
## Features
|
|
30
30
|
|