Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit a8b0fb8

Browse files
Fix APM dashboards trace res
1 parent e958f86 commit a8b0fb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mixin/dashboards/apm-home.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
{
297297
"targetBlank": true,
298298
"title": "View trace details",
299-
"url": "/explore?left=%5B%22${__from}%22,%22${__to}%22,%22${DS_PROMSCALE_JAEGER}%22,%7B\"query\":\"${__value.raw}\"%7D%5D"
299+
"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"
300300
}
301301
]
302302
}

docs/mixin/dashboards/apm-service-overview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@
550550
{
551551
"targetBlank": true,
552552
"title": "View trace details",
553-
"url": "/explore?left=%5B%22${__from}%22,%22${__to}%22,%22${DS_PROMSCALE_JAEGER}%22,%7B\"query\":\"${__value.raw}\"%7D%5D"
553+
"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"
554554
}
555555
]
556556
}

0 commit comments

Comments
 (0)