Skip to content

Commit 3f47b95

Browse files
committed
Improve documentation
1 parent 0882577 commit 3f47b95

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,19 @@ Watching out for recent editing activity on any dashboards?::
134134
grafana-wtf log --number=50
135135

136136

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+
137150
********
138151
Examples
139152
********

doc/backlog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ grafana-wtf backlog
66
******
77
Prio 1
88
******
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!
924
- [o] Improve output format handling and error cases
1025
- [o] Introduce paging to reach beyond the 5000 results limit,
1126
see https://grafana.com/docs/http_api/folder_dashboard_search/

0 commit comments

Comments
 (0)