Link from Single Point?

In Grafana, is it possible to generate a link from a single metric?

I’m storing metrics for cron jobs in InfluxDB:

cronjob,type=backup exit_status=0,run_seconds=0.34,job_id=<uuid> <timestamp>

In Grafana, I’d like to be able to hover over a point and be given an option to click a link:

<a href="http://localhost:3423/cronjobs/backup/<uuid>" target=_blank>job log</a>

Is there any way to do this in Grafana, on a graph or table or some other mechanism?

1 Like

Not exactly. But this sounds very similar to annotations. In the next release of Grafana (4.3.0), there will be a feature for manually adding annotations too.