Hi,
I’m trying to add a link to a dashboard URL from Prometheus Alertmanager notification template and i’m running into a couple of issues:
- The
timequery parameter as documented in Manage dashboard links | Grafana documentation does not work - adding?time=1500000000000&time.window=10000to the URL does nothing. - Even if I could get the
timequery parameter to work, I need a way to convert the AlertmanagerStartsAttime format to the ms epoch format: Notification template reference | Prometheus
Any suggestions?