Hi,
We have configured a dashboard for the backup and restore process using Prometheus metrics to track both successful and failed backups. Is there a way to add a button in the Grafana dashboard that can trigger the backup process if it fails for any reason?
We will be using a FastAPI framework with the Uvicorn ASGI web server. The workflow would be:
Grafana “Run Backup” Button
→ Calls the FastAPI webhook with an API key
→ FastAPI executes the backup script
→ Grafana displays the backup status using logs and Prometheus exporters
Best regards,
Kaushal