diff --git a/docs/mixin/dashboards/apm-home.json b/docs/mixin/dashboards/apm-home.json index af31f3ea5e..67df78a6c6 100644 --- a/docs/mixin/dashboards/apm-home.json +++ b/docs/mixin/dashboards/apm-home.json @@ -296,7 +296,7 @@ { "targetBlank": true, "title": "View trace details", - "url": "/explore?left=%5B%22${__from}%22,%22${__to}%22,%22${DS_PROMSCALE_JAEGER}%22,%7B\"query\":\"${__value.raw}\"%7D%5D" + "url": "/explore?orgId=1&left=%7B%22datasource%22:%22${DS_PROMSCALE_JAEGER}%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22query%22:%22${__value.raw}%22%7D%5D,%22range%22:%7B%22from%22:%22${__from}%22,%22to%22:%22${__to}%22%7D%7D" } ] } diff --git a/docs/mixin/dashboards/apm-service-overview.json b/docs/mixin/dashboards/apm-service-overview.json index 29a3dbcd4b..c2857e9435 100644 --- a/docs/mixin/dashboards/apm-service-overview.json +++ b/docs/mixin/dashboards/apm-service-overview.json @@ -550,7 +550,7 @@ { "targetBlank": true, "title": "View trace details", - "url": "/explore?left=%5B%22${__from}%22,%22${__to}%22,%22${DS_PROMSCALE_JAEGER}%22,%7B\"query\":\"${__value.raw}\"%7D%5D" + "url": "/explore?orgId=1&left=%7B%22datasource%22:%22${DS_PROMSCALE_JAEGER}%22,%22queries%22:%5B%7B%22refId%22:%22A%22,%22query%22:%22${__value.raw}%22%7D%5D,%22range%22:%7B%22from%22:%22${__from}%22,%22to%22:%22${__to}%22%7D%7D" } ] }