-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Okke Harsta edited this page Oct 23, 2018
·
7 revisions
See the README how to run the stats server locally.
The stats API is a read-only API on top of influxDB. The main endpoints are:
-
Logins by time frame
GET /api/stats/public/login_time_frame
-
Unique logins
GET /api/stats/public/unique_login_count
-
Logins aggregated
GET /api/stats/public/login_aggregated
Miscellaneous endpoints:
- First login
GET /api/stats/first_login
: The first login in the base login measurement - Last login
GET /api/stats/last_login
: The last login in the base login measurement - Service Providers
GET /api/stats/service_providers
: All known current Service Providers - Identity Providers
GET /api/stats/identity_providers
: All known current Identity Providers - Health
GET /health
: Health indicator to be used in Load Balancing software. - Info
GET /info
: Git information to see which version is deployed.