mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Add total data sources to admin stats (#33051)
Signed-off-by: Conor Evans <coevans@tcd.ie>
This commit is contained in:
parent
fac335ee7f
commit
18db387387
@ -25,6 +25,7 @@ export const getServerStats = async (): Promise<ServerStat[]> => {
|
||||
{ name: 'Total dashboard tags', value: res.tags },
|
||||
{ name: 'Total starred dashboards', value: res.stars },
|
||||
{ name: 'Total alerts', value: res.alerts },
|
||||
{ name: 'Total data sources', value: res.datasources },
|
||||
];
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
|
Loading…
Reference in New Issue
Block a user