File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,19 @@ Watching out for recent editing activity on any dashboards?::
134
134
grafana-wtf log --number=50
135
135
136
136
137
+ Explore data sources
138
+ ====================
139
+
140
+ How to find unused data sources?::
141
+
142
+ # Display all data sources and the dashboards using them, as well as unused data sources.
143
+ grafana-wtf datasource-breakdown --format=yaml
144
+
145
+ # Display names of unused datasources as a flat list.
146
+ grafana-wtf datasource-breakdown --format=json | jq -r '.unused[].datasource.name'
147
+
148
+
149
+
137
150
********
138
151
Examples
139
152
********
Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ grafana-wtf backlog
6
6
******
7
7
Prio 1
8
8
******
9
+ - [o] AttributeError: https://github.com/panodata/grafana-wtf/issues/17
10
+ - [o] Repair ``log `` subcommand
11
+ - [o] Add subcommand ``dashboard-breakdown ``
12
+ - [o] Number of dashboards, users, and playlists
13
+ -- via: https://grafana.com/docs/grafana/latest/administration/view-server/internal-metrics/
14
+ - [o] Dockerize
15
+ - [o] Statistics reports for data sources and panels: https://github.com/panodata/grafana-wtf/issues/18
16
+ - [o] Finding invalid data sources: https://github.com/panodata/grafana-wtf/issues/19
17
+
18
+
19
+ ********
20
+ Prio 1.5
21
+ ********
22
+ - [o] Add test fixture which completely resets everything in Grafana before running the test harness.
23
+ Move to a different port than 3000 then!
9
24
- [o] Improve output format handling and error cases
10
25
- [o] Introduce paging to reach beyond the 5000 results limit,
11
26
see https://grafana.com/docs/http_api/folder_dashboard_search/
You can’t perform that action at this time.
0 commit comments