Observability
LumoAuth provides observability tools for monitoring tenant health, authentication performance, and security events.
Observability Dashboard
Navigate to /t/{tenantSlug}/portal/observability:
Authentication Metrics
| Metric | Description |
|---|---|
| Login Success Rate | Percentage of successful authentications |
| Login Failure Rate | Percentage of failed attempts |
| MFA Challenge Rate | How often MFA is triggered |
| Average Auth Latency | Time from request to token issuance |
| Active Sessions | Current active user sessions |
User Metrics
| Metric | Description |
|---|---|
| Total Users | Number of registered users |
| Active Users (DAU/MAU) | Daily and monthly active users |
| New Registrations | Recent signups over time |
| Suspended Accounts | Users currently suspended |
Token Metrics
| Metric | Description |
|---|---|
| Tokens Issued | Access tokens issued over time |
| Token Revocations | Tokens explicitly revoked |
| Refresh Token Usage | Refresh token exchange rate |
Security Metrics
| Metric | Description |
|---|---|
| High Risk Events | Count of high risk score authentications |
| Brute Force Attempts | Detected brute force attacks |
| Account Lockouts | Accounts locked due to failed attempts |
| Impossible Travel | Detected impossible travel events |
Alerting
Configure alerts based on observability metrics:
| Alert Type | Trigger Example |
|---|---|
| High failure rate | Login failures exceed 20% in 5 minutes |
| Brute force | > 10 failed attempts for a single user in 1 minute |
| Unusual activity | Login volume spikes 300% above baseline |
| High risk score | Average risk score exceeds threshold |
Alerts can be delivered via:
- Webhooks - Push events to your monitoring system
- Email notifications
- Dashboard alerts in the portal
Integration with External Tools
Export observability data and logs to your preferred monitoring stack.
Datadog
- Go to
/t/{tenantSlug}/portal/integrations - Click Configure on the Datadog card
- Enter your Datadog API Key and select your Datadog site (e.g.,
datadoghq.com,datadoghq.eu) - Click Test Connection to verify
- Click Save
Once connected, LumoAuth sends authentication events and metrics to your Datadog account.
Axiom
- Go to
/t/{tenantSlug}/portal/integrations - Click Configure on the Axiom card
- Enter your Axiom API Token and Dataset name
- Click Test Connection
- Click Save
Honeycomb
- Go to
/t/{tenantSlug}/portal/integrations - Click Configure on the Honeycomb card
- Enter your Honeycomb API Key and Dataset name
- Click Test Connection
- Click Save
Which tool to choose?
All three integrations forward the same event data. Choose the tool your engineering team already uses for centralized logging and tracing.
| Tool | Best For |
|---|---|
| Datadog | APM + infra monitoring in one place |
| Axiom | Cost-effective log indexing at scale |
| Honeycomb | Trace-level debugging and query-based exploration |
| Webhooks | Custom integrations (Splunk, Grafana, PagerDuty, Slack) |
Related Guides
- Audit Logs - Detailed event history
- Webhooks - Real-time event notifications
- Analytics - In-portal usage dashboards
- Adaptive MFA - Risk-based security monitoring