update stats admin doc

This commit is contained in:
Augustin Husson 2018-07-04 12:26:30 +02:00
parent 01fc6c5d95
commit 991a4b1663

View File

@ -194,15 +194,16 @@ HTTP/1.1 200
Content-Type: application/json Content-Type: application/json
{ {
"user_count":2, "users":2,
"org_count":1, "orgs":1,
"dashboard_count":4, "dashboards":4,
"db_snapshot_count":2, "snapshots":2,
"db_tag_count":6, "tags":6,
"data_source_count":1, "datasources":1,
"playlist_count":1, "playlists":1,
"starred_db_count":2, "stars":2,
"grafana_admin_count":2 "alerts":2,
"activeUsers":1
} }
``` ```