Skip to content

Commit c834b8d

Browse files
committed
types.json: add request to upload data when opening an issue
(cherry picked from commit 77479f4)
1 parent 6833a40 commit c834b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana/types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729
"value": [
17301730
{
17311731
"title": "Open an issue",
1732-
"url": "https://github.com/scylladb/scylla/issues/new?body=description%3D${__data.fields[4]}%0ASource%3DAdvisor%0AScylla-versions%3D${all_scyllas_versions}%0Ascylla-monitoring%3D${monitoring_version}%0Acluster%3D${count_dc}%0Aname%3D${cluster}",
1732+
"url": "https://github.com/scylladb/scylla/issues/new?body=description%3D${__data.fields[4]}%0ASource%3DAdvisor%0AScylla-versions%3D${all_scyllas_versions}%0Ascylla-monitoring%3D${monitoring_version}%0Acluster%3D${count_dc}%0Aname%3D${cluster}%0A%0A<!--%0ATo help us understand the issue, please upload a copy of your metrics to our secure location.%0AYou can read about it here: https://docs.scylladb.com/troubleshooting/report_scylla_problem/%0A%0AYou can use the upload_report.sh utility that is part of scylla-monitoring stack.%0AMake sure to include the UUID you got from the utility in this issue.%0A-->",
17331733
"targetBlank": true
17341734
}
17351735
]

0 commit comments

Comments
 (0)