Data Link to a Tempo Explore query with a time window

Using grafana 12 .

I basically want to create a link to a simple grafana Tempo query with a time window of 10 minutes around the data point .


I can achieve everything except the time window around the data point.

The data link url looks like :

And the decoded generated url looks like :

/explore?schemaVersion=1&panes={“wa0”:{“datasource”:“tempo_uid”,“queries”:[{“refId”:“A”,“datasource”:{“type”:“tempo”,“uid”:“tempo_uid”},“queryType”:“traceql”,“limit”:20,“tableType”:“traces”,“metricsQueryType”:“range”,“query”:"{resource.service.name="AAAAAAAAAA" && name="BBBBBBBBB" && status=error} "}],“range”:{“from”:“1749610800000”,“to”:“1749610800000”}}}&orgId=1

Is there a way I can manipulate the time range to be around 10m from the datapoint ?