Add explore dashboards --data-details
option
#89
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dear @meyerder,
related to your request at GH-70,
this patch extends the output of
grafana-wtf explore dashboards
by many more details about data inquiry / queries, when adding the--data-details
option. It will generate massive output, at your disposal for subsequent filtering.When combining it with
jq
in this way, you can generate a flat list of all data queries used within all dashboards:You can install the package including this feature directly from the corresponding branch using this
pip
command:pip install --upgrade 'git+https://github.com/panodata/grafana-wtf@amo/explore-dashboards-data-details'
I will be happy to hear back from you if you think this is useful in one way or another. If you think it is not enough, and would need further improvements to handle your use case, let me know.
With kind regards,
Andreas.