Skip to main content

Observability

LumoAuth provides observability tools for monitoring tenant health, authentication performance, and security events.


Observability Dashboard

Navigate to /t/{tenantSlug}/portal/observability:

Authentication Metrics

MetricDescription
Login Success RatePercentage of successful authentications
Login Failure RatePercentage of failed attempts
MFA Challenge RateHow often MFA is triggered
Average Auth LatencyTime from request to token issuance
Active SessionsCurrent active user sessions

User Metrics

MetricDescription
Total UsersNumber of registered users
Active Users (DAU/MAU)Daily and monthly active users
New RegistrationsRecent signups over time
Suspended AccountsUsers currently suspended

Token Metrics

MetricDescription
Tokens IssuedAccess tokens issued over time
Token RevocationsTokens explicitly revoked
Refresh Token UsageRefresh token exchange rate

Security Metrics

MetricDescription
High Risk EventsCount of high risk score authentications
Brute Force AttemptsDetected brute force attacks
Account LockoutsAccounts locked due to failed attempts
Impossible TravelDetected impossible travel events

Alerting

Configure alerts based on observability metrics:

Alert TypeTrigger Example
High failure rateLogin failures exceed 20% in 5 minutes
Brute force> 10 failed attempts for a single user in 1 minute
Unusual activityLogin volume spikes 300% above baseline
High risk scoreAverage 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

  1. Go to /t/{tenantSlug}/portal/integrations
  2. Click Configure on the Datadog card
  3. Enter your Datadog API Key and select your Datadog site (e.g., datadoghq.com, datadoghq.eu)
  4. Click Test Connection to verify
  5. Click Save

Once connected, LumoAuth sends authentication events and metrics to your Datadog account.

Axiom

  1. Go to /t/{tenantSlug}/portal/integrations
  2. Click Configure on the Axiom card
  3. Enter your Axiom API Token and Dataset name
  4. Click Test Connection
  5. Click Save

Honeycomb

  1. Go to /t/{tenantSlug}/portal/integrations
  2. Click Configure on the Honeycomb card
  3. Enter your Honeycomb API Key and Dataset name
  4. Click Test Connection
  5. 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.


ToolBest For
DatadogAPM + infra monitoring in one place
AxiomCost-effective log indexing at scale
HoneycombTrace-level debugging and query-based exploration
WebhooksCustom integrations (Splunk, Grafana, PagerDuty, Slack)