Metrics

SENTRY Statistics

Endpoint: /api/v1/stats · collection daemon and database performance

Statistics Overview

View real-time metrics on the collection daemon's performance and our database, including total counts, completed, failed, and pending fetches.

Our collection daemon is designed to self throttle itself to minimize impact to the RSI.com servers - with any sign of performance issues the daemon backs off. We also have engineered a tremendous amount of logic and caching to prevent direct requests when they are not needed resulting in serving data from our own databases while still maintaining a high degree of data accuracy.

Overall Totals

Total Citizens:

Total Organizations:

Total Memberships:

Total Records:

Queued Fetches:

30-Day Growth

Daily activity (click legend to toggle series)

Activity Overview

Last Hour (Fetches)

Completed:

Failed:

Scheduled:

Pending:

Last 24 Hours (Fetches)

Completed:

Failed:

Scheduled:

Pending (peak hour-mark):

Hourly Fetches (Last 24h)

Endpoint Details

GET /api/v1/stats

Retrieve statistics.

curl https://sentry.wildknightsquadron.com/api/v1/stats

Response (200 OK)

{
    "totals": {...},
    "new_citizens_30d": {"days": [...], "counts": [...]},
    "new_orgs_30d": {...},
    "updated_citizens_30d": {...},
    "updated_orgs_30d": {...},
    "org_joins_30d": {...},
    "org_leaves_30d": {...},
    "profile_changes_30d": {...},
    "new_citizens_30d_raw": 9796,
    "new_orgs_30d_raw": 1078,
    ... (full fetch data)
}