Use "grafana-wtf" to search through all entities of a Grafana instance

Hi again,

grafana-wtf version 0.12.0 has just been released. The program is now also available as a container image, which might make its installation more effortless. Also, people running software solely in container environments might like it as well.

Synopsis

docker run --rm -it ghcr.io/panodata/grafana-wtf grafana-wtf --version
grafana-wtf 0.12.0

Full incantations will look like:

# Access Grafana instance on your workstation, without authentication.
docker run --rm -it --env GRAFANA_URL="http://host.docker.internal:3000" ghcr.io/panodata/grafana-wtf grafana-wtf log

# Access Grafana instance with authentication.
docker run --rm -it --env GRAFANA_URL="http://host.docker.internal:3000" --env GRAFANA_TOKEN="eyJrIjoiWHg...dGJpZCI6MX0=" ghcr.io/panodata/grafana-wtf grafana-wtf log

New features

A few new features have been conceived together with @chenlujjj and @jangaraj (thank you!), see How to find out unused datasources?. More details can be reviewed in the changelog.

With kind regards,
Andreas.