Skip to content

Commit a08047a

Browse files
committed
docs(metrics): align session metrics table columns
- Re-pad the session metrics table so the rows match the widened labels column
1 parent 3a16b55 commit a08047a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/METRICS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ openssl rand -base64 48
8787

8888
### Session Metrics
8989

90-
| Metric | Type | Description | Labels |
91-
| -------------------------- | --------- | ----------------------- | ----------------------------------------------------- |
92-
| `sessions_active` | Gauge | Current active sessions | - |
93-
| `sessions_created_total` | Counter | Total sessions created | - |
90+
| Metric | Type | Description | Labels |
91+
| -------------------------- | --------- | ----------------------- | ----------------------------------------------------------------------- |
92+
| `sessions_active` | Gauge | Current active sessions | - |
93+
| `sessions_created_total` | Counter | Total sessions created | - |
9494
| `sessions_expired_total` | Counter | Total sessions expired | `reason` (logout, idle_timeout, fingerprint_mismatch, account_inactive) |
95-
| `session_duration_seconds` | Histogram | Session duration | - |
95+
| `session_duration_seconds` | Histogram | Session duration | - |
9696

9797
`sessions_active` increments on login and decrements on every **server-observable**
9898
session termination: explicit logout (`reason="logout"`), idle timeout

0 commit comments

Comments
 (0)