<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>View server on Grafana Labs</title><link>https://grafana.com/docs/grafana/v8.4/administration/view-server/</link><description>Recent content in View server on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v8.4/administration/view-server/index.xml" rel="self" type="application/rss+xml"/><item><title>Internal Grafana metrics</title><link>https://grafana.com/docs/grafana/v8.4/administration/view-server/internal-metrics/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/administration/view-server/internal-metrics/</guid><content><![CDATA[&lt;h1 id=&#34;internal-grafana-metrics&#34;&gt;Internal Grafana metrics&lt;/h1&gt;
&lt;p&gt;Grafana collects some metrics about itself internally. Grafana supports pushing metrics to Graphite or exposing them to be scraped by Prometheus.&lt;/p&gt;
&lt;p&gt;For more information about configuration options related to Grafana metrics, refer to &lt;a href=&#34;../../configuration/#metrics&#34;&gt;metrics&lt;/a&gt; and &lt;a href=&#34;../../configuration/#metrics-graphite&#34;&gt;metrics.graphite&lt;/a&gt; in &lt;a href=&#34;../../configuration/&#34;&gt;Configuration&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;available-metrics&#34;&gt;Available metrics&lt;/h2&gt;
&lt;p&gt;When enabled, Grafana exposes a number of metrics, including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Active Grafana instances&lt;/li&gt;
&lt;li&gt;Number of dashboards, users, and playlists&lt;/li&gt;
&lt;li&gt;HTTP status codes&lt;/li&gt;
&lt;li&gt;Requests by routing group&lt;/li&gt;
&lt;li&gt;Grafana active alerts&lt;/li&gt;
&lt;li&gt;Grafana performance&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;pull-metrics-from-grafana-into-prometheus&#34;&gt;Pull metrics from Grafana into Prometheus&lt;/h2&gt;
&lt;p&gt;These instructions assume you have already added Prometheus as a data source in Grafana.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Enable Prometheus to scrape metrics from Grafana. In your configuration file (&lt;code&gt;grafana.ini&lt;/code&gt; or &lt;code&gt;custom.ini&lt;/code&gt; depending on your operating system) remove the semicolon to enable the following configuration options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
[metrics]
# Disable / Enable internal metrics
enabled           = true

# Disable total stats (stat_totals_*) metrics to be generated
disable_total_stats = false&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(optional) If you want to require authorization to view the metrics endpoints, then uncomment and set the following options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;basic_auth_username =
basic_auth_password =&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Grafana. Grafana now exposes metrics at http://localhost:3000/metrics.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the job to your prometheus.yml file.
Example:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;- job_name: &amp;#39;grafana_metrics&amp;#39;

   scrape_interval: 15s
   scrape_timeout: 5s

   static_configs:
     - targets: [&amp;#39;localhost:3000&amp;#39;]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Prometheus. Your new job should appear on the Targets tab.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In Grafana, hover your mouse over the &lt;strong&gt;Configuration&lt;/strong&gt; (gear) icon on the left sidebar and then click &lt;strong&gt;Data Sources&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the &lt;strong&gt;Prometheus&lt;/strong&gt; data source.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;On the Dashboards tab, &lt;strong&gt;Import&lt;/strong&gt; the Grafana metrics dashboard. All scraped Grafana metrics are available in the dashboard.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;view-grafana-metrics-in-graphite&#34;&gt;View Grafana metrics in Graphite&lt;/h2&gt;
&lt;p&gt;These instructions assume you have already added Graphite as a data source in Grafana.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Enable sending metrics to Graphite. In your configuration file (&lt;code&gt;grafana.ini&lt;/code&gt; or &lt;code&gt;custom.ini&lt;/code&gt; depending on your operating system) remove the semicolon to enable the following configuration options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;# Metrics available at HTTP API Url /metrics
[metrics]
# Disable / Enable internal metrics
enabled           = true

# Disable total stats (stat_totals_*) metrics to be generated
disable_total_stats = false&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable [metrics.graphite] options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;# Send internal metrics to Graphite
[metrics.graphite]
# Enable by setting the address setting (ex localhost:2003)
address = &amp;lt;hostname or ip&amp;gt;:&amp;lt;port#&amp;gt;
prefix = prod.grafana.%(instance_name)s.&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Grafana. Grafana now exposes metrics at http://localhost:3000/metrics and sends them to the Graphite location you specified.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;pull-metrics-from-grafana-backend-plugin-into-prometheus&#34;&gt;Pull metrics from Grafana backend plugin into Prometheus&lt;/h2&gt;
&lt;p&gt;Any installed &lt;a href=&#34;/developers/plugin-tools/introduction/backend-plugins&#34;&gt;backend plugin&lt;/a&gt; exposes a metrics endpoint through Grafana that you can configure Prometheus to scrape.&lt;/p&gt;
&lt;p&gt;These instructions assume you have already added Prometheus as a data source in Grafana.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Enable Prometheus to scrape backend plugin metrics from Grafana. In your configuration file (&lt;code&gt;grafana.ini&lt;/code&gt; or &lt;code&gt;custom.ini&lt;/code&gt; depending on your operating system) remove the semicolon to enable the following configuration options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;# Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
[metrics]
# Disable / Enable internal metrics
enabled           = true

# Disable total stats (stat_totals_*) metrics to be generated
disable_total_stats = false&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;(optional) If you want to require authorization to view the metrics endpoints, then uncomment and set the following options:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;basic_auth_username =
basic_auth_password =&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Grafana. Grafana now exposes metrics at &lt;code&gt;http://localhost:3000/metrics/plugins/&amp;lt;plugin id&amp;gt;&lt;/code&gt;, e.g. http://localhost:3000/metrics/plugins/grafana-github-datasource if you have the &lt;a href=&#34;/grafana/plugins/grafana-github-datasource/&#34;&gt;Grafana GitHub datasource&lt;/a&gt; installed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add the job to your prometheus.yml file.
Example:&lt;/p&gt;

&lt;div class=&#34;code-snippet code-snippet__mini&#34;&gt;&lt;div class=&#34;lang-toolbar__mini&#34;&gt;
    &lt;span class=&#34;code-clipboard&#34;&gt;
      &lt;button x-data=&#34;app_code_snippet()&#34; x-init=&#34;init()&#34; @click=&#34;copy()&#34;&gt;
        &lt;img class=&#34;code-clipboard__icon&#34; src=&#34;/media/images/icons/icon-copy-small-2.svg&#34; alt=&#34;Copy code to clipboard&#34; width=&#34;14&#34; height=&#34;13&#34;&gt;
        &lt;span&gt;Copy&lt;/span&gt;
      &lt;/button&gt;
    &lt;/span&gt;
  &lt;/div&gt;&lt;div class=&#34;code-snippet code-snippet__border&#34;&gt;
    &lt;pre data-expanded=&#34;false&#34;&gt;&lt;code class=&#34;language-none&#34;&gt;- job_name: &amp;#39;grafana_github_datasource&amp;#39;

   scrape_interval: 15s
   scrape_timeout: 5s
   metrics_path: /metrics/plugins/grafana-test-datasource

   static_configs:
     - targets: [&amp;#39;localhost:3000&amp;#39;]&lt;/code&gt;&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Restart Prometheus. Your new job should appear on the Targets tab.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;In Grafana, hover your mouse over the &lt;strong&gt;Configuration&lt;/strong&gt; (gear) icon on the left sidebar and then click &lt;strong&gt;Data Sources&lt;/strong&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Select the &lt;strong&gt;Prometheus&lt;/strong&gt; data source.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Import a Golang application metrics dashboard - for example &lt;a href=&#34;/grafana/dashboards/6671&#34;&gt;Go Processes&lt;/a&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="internal-grafana-metrics">Internal Grafana metrics&lt;/h1>
&lt;p>Grafana collects some metrics about itself internally. Grafana supports pushing metrics to Graphite or exposing them to be scraped by Prometheus.&lt;/p>
&lt;p>For more information about configuration options related to Grafana metrics, refer to &lt;a href="../../configuration/#metrics">metrics&lt;/a> and &lt;a href="../../configuration/#metrics-graphite">metrics.graphite&lt;/a> in &lt;a href="../../configuration/">Configuration&lt;/a>.&lt;/p></description></item><item><title>View server settings</title><link>https://grafana.com/docs/grafana/v8.4/administration/view-server/view-server-settings/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/administration/view-server/view-server-settings/</guid><content><![CDATA[&lt;h1 id=&#34;view-grafana-server-settings&#34;&gt;View Grafana server settings&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Refer to &lt;a href=&#34;../../../enterprise/access-control/&#34;&gt;Fine-grained access control&lt;/a&gt; in Grafana Enterprise to understand how you can control access with fine-grained permissions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you are a Grafana server administrator, use the Settings tab to view the settings that are applied to your Grafana server via the &lt;a href=&#34;../../configuration/#config-file-locations&#34;&gt;Configuration&lt;/a&gt; file and any environmental variables.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Only Grafana server administrators can access the &lt;strong&gt;Server Admin&lt;/strong&gt; menu. For more information about about administrative permissions, refer to &lt;a href=&#34;../../../permissions/&#34;&gt;Grafana server admin&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;view-server-settings&#34;&gt;View server settings&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Log in to your Grafana server with an account that has the Grafana Admin flag set.&lt;/li&gt;
&lt;li&gt;Hover your cursor over the &lt;strong&gt;Server Admin&lt;/strong&gt; (shield) icon in the side menu and then click the &lt;strong&gt;Settings&lt;/strong&gt; tab.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;available-settings&#34;&gt;Available settings&lt;/h2&gt;
&lt;p&gt;For a full list of server settings, refer to &lt;a href=&#34;../../configuration/&#34;&gt;Configuration&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="view-grafana-server-settings">View Grafana server settings&lt;/h1>
&lt;blockquote>
&lt;p>Refer to &lt;a href="../../../enterprise/access-control/">Fine-grained access control&lt;/a> in Grafana Enterprise to understand how you can control access with fine-grained permissions.&lt;/p>&lt;/blockquote>
&lt;p>If you are a Grafana server administrator, use the Settings tab to view the settings that are applied to your Grafana server via the &lt;a href="../../configuration/#config-file-locations">Configuration&lt;/a> file and any environmental variables.&lt;/p></description></item><item><title>View server stats</title><link>https://grafana.com/docs/grafana/v8.4/administration/view-server/view-server-stats/</link><pubDate>Sat, 04 Apr 2026 12:26:57 +0000</pubDate><guid>https://grafana.com/docs/grafana/v8.4/administration/view-server/view-server-stats/</guid><content><![CDATA[&lt;h1 id=&#34;view-grafana-server-stats&#34;&gt;View Grafana server stats&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Refer to &lt;a href=&#34;../../../enterprise/access-control/&#34;&gt;Fine-grained access control&lt;/a&gt; in Grafana Enterprise to understand how you can control access with fine-grained permissions.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If you are a Grafana server admin, then you can view useful statistics about your Grafana server in the Stats &amp;amp; Licensing tab.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; Only Grafana server administrators can access the &lt;strong&gt;Server Admin&lt;/strong&gt; menu. For more information about about administrative permissions, refer to &lt;a href=&#34;../../../permissions/&#34;&gt;Grafana server admin&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;h2 id=&#34;view-server-stats&#34;&gt;View server stats&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Log in to your Grafana server with an account that has the Grafana Admin flag set.&lt;/li&gt;
&lt;li&gt;Hover your cursor over the &lt;strong&gt;Server Admin&lt;/strong&gt; (shield) icon in the side menu and then click the &lt;strong&gt;Stats &amp;amp; Licensing&lt;/strong&gt; tab.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;available-stats&#34;&gt;Available stats&lt;/h2&gt;
&lt;p&gt;The following statistics are displayed in the Stats tab:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Total users
&lt;strong&gt;Note:&lt;/strong&gt; Total users = Total admins &#43; Total editors &#43; Total viewers&lt;/li&gt;
&lt;li&gt;Total admins&lt;/li&gt;
&lt;li&gt;Total editors&lt;/li&gt;
&lt;li&gt;Total viewers&lt;/li&gt;
&lt;li&gt;Active users (seen last 30 days)
&lt;strong&gt;Note:&lt;/strong&gt; Active users = Active admins &#43; Active editors &#43; Active viewers&lt;/li&gt;
&lt;li&gt;Active admins (seen last 30 days)&lt;/li&gt;
&lt;li&gt;Active editors (seen last 30 days)&lt;/li&gt;
&lt;li&gt;Active viewers (seen last 30 days)&lt;/li&gt;
&lt;li&gt;Active sessions&lt;/li&gt;
&lt;li&gt;Total dashboards&lt;/li&gt;
&lt;li&gt;Total orgs&lt;/li&gt;
&lt;li&gt;Total playlists&lt;/li&gt;
&lt;li&gt;Total snapshots&lt;/li&gt;
&lt;li&gt;Total dashboard tags&lt;/li&gt;
&lt;li&gt;Total starred dashboards&lt;/li&gt;
&lt;li&gt;Total alerts&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;counting-users&#34;&gt;Counting users&lt;/h2&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;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:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Total users 1&lt;/li&gt;
&lt;li&gt;Total admins 1&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="view-grafana-server-stats">View Grafana server stats&lt;/h1>
&lt;blockquote>
&lt;p>Refer to &lt;a href="../../../enterprise/access-control/">Fine-grained access control&lt;/a> in Grafana Enterprise to understand how you can control access with fine-grained permissions.&lt;/p>&lt;/blockquote>
&lt;p>If you are a Grafana server admin, then you can view useful statistics about your Grafana server in the Stats &amp;amp; Licensing tab.&lt;/p></description></item></channel></rss>