I’m on Grafana Cloud, and I want to figure out what unused metrics I have.
I’ve downloaded Mimirtool from the guide here , and I’ve been able to run it against grafana to create the metrics-in-grafana.json file with this command:
m@:~/mimirtool$ ./mimirtool analyze grafana --address $MIMIR_ADDRESS --key $MIMIR_API_KEY
But, when I try to do the analyze prometheus commmand, it doesn’t work…
m@:~/mimirtool$ ./mimirtool analyze prometheus --address=https://prometheus-prod-01-eu-west-0.grafana.net/api/prom --id=$PROMETHEUS_ID --key=$MIMIR_API_KEY --log.level=debug
INFO[0001] log level set to debug
mimirtool: error: error querying for metric names: terminated after 10 retries, try --help
Has anyone seen this? Any tips on how to resolve?