mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 17:32:42 +08:00

* fleshing out About topic * docs, fgac refactor initial draft * updated FGAC with service account details * finalized restructure * make prettier, corrects spelling * fixes typo * adds rollout strategy topic * started name change * renamed to rbac throughout docs * copy edit to about and actions and scopes docs * finishes content reorg * draft of refactored refactored docs * corrects relrefs * formatting tweaks * fixes typo * copy updates to about rbac * rbac rollout docs edits * update rbac role assignment docs * content update to manage rbac roles doc * sort and reorder roles reference in rbac docs * alphabetize permissions table * Update docs/sources/enterprise/settings-updates.md Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com> * incorporates feedback, makes prettier * update http api references in rbac docs * fix broken refs and improve wording on enabling RBAC provisioning Co-authored-by: eleijonmarck <eric.leijonmarck@gmail.com> Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com> Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
52 lines
2.0 KiB
Markdown
52 lines
2.0 KiB
Markdown
+++
|
|
title = "View server stats"
|
|
keywords = ["grafana", "server", "statistics"]
|
|
aliases = ["/docs/grafana/latest/admin/view-server-stats/"]
|
|
weight = 400
|
|
+++
|
|
|
|
# View Grafana server stats
|
|
|
|
> Refer to [Role-based access control]({{< relref "../../enterprise/access-control/_index.md" >}}) in Grafana Enterprise to understand how you can control access with RBAC permissions.
|
|
|
|
If you are a Grafana server admin, then you can view useful statistics about your Grafana server in the Stats & Licensing tab.
|
|
|
|
> **Note:** Only Grafana server administrators can access the **Server Admin** menu. For more information about about administrative permissions, refer to [About users and permissions]({{< relref "../manage-users-and-permissions/about-users-and-permissions.md" >}}).
|
|
|
|
## View server stats
|
|
|
|
1. Log in to your Grafana server with an account that has the Grafana Admin flag set.
|
|
1. Hover your cursor over the **Server Admin** (shield) icon in the side menu and then click the **Stats & Licensing** tab.
|
|
|
|
## Available stats
|
|
|
|
The following statistics are displayed in the Stats tab:
|
|
|
|
- Total users
|
|
**Note:** Total users = Total admins + Total editors + Total viewers
|
|
- Total admins
|
|
- Total editors
|
|
- Total viewers
|
|
- Active users (seen last 30 days)
|
|
**Note:** Active users = Active admins + Active editors + Active viewers
|
|
- Active admins (seen last 30 days)
|
|
- Active editors (seen last 30 days)
|
|
- Active viewers (seen last 30 days)
|
|
- Active sessions
|
|
- Total dashboards
|
|
- Total orgs
|
|
- Total playlists
|
|
- Total snapshots
|
|
- Total dashboard tags
|
|
- Total starred dashboards
|
|
- Total alerts
|
|
|
|
## Counting users
|
|
|
|
If a user belongs to several organizations, then that user is counted once as a user in the highest organization role they are assigned, regardless of how many organizations the user belongs to.
|
|
|
|
For example, if Sofia is a Viewer in two organizations, an Editor in two organizations, and Admin in three organizations, then she would be reflected in the stats as:
|
|
|
|
- Total users 1
|
|
- Total admins 1
|