Files
Jack Baldry c1c48dd610 Use relative aliases for all non-current Grafana aliases (#60062)
* Use relative aliases for all non-current Grafana aliases

Prevents non-latest documentation "stealing" the page away from latest
and through permanent redirects for latest pages that no longer exist.

The redirected pages are indexed by search engines but our robots.txt
forbids them crawling the non-latest page.

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove aliases from shared pages

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Rewrite all current latest aliases to be next

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix typo in latest alias

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Remove all current page aliases

find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \;
find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Prettier

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-09 12:36:04 -04:00

1.6 KiB

description keywords title menutitle weight
Learn how to send a panel to Grafana Labs support for troubleshooting
grafana
troubleshooting
support
dashboards
Send a panel to Grafana Labs support Send panel to support 100

Send a panel to Grafana Labs support

When you encounter problems with any of your visualizations, you can send the panel JSON model to Grafana Labs Technical Support and request help with troubleshooting your issue.

The panel that you send includes all query response data and all visualizations settings. Upon receiving your panel, Grafana Labs Technical Support imports your data into a local version of Grafana and begins researching your problem.

  1. Open the dashboard that contains the panel you want to send to Grafana Labs.

  2. Hover your mouse cursor over the panel title and click More > Get help.

    Grafana opens a standalone support dashboard that contains the data you are sending to Grafana Labs Technical Support.

    If you enable iframes, the support dashboard includes the visualization that looks similar to the following image.

    Support panel

  3. To send the panel data to Grafana Labs via Github:

    a. Click Copy for Github.

    b. In the Grafana/Grafana repository, create an issue and paste the contents of the support dashboard.

  4. To send the panel data to Grafana Labs via a support ticket:

    a. Click Dashboard.

    Grafana downloads the support dashboard to a TXT file.

    b. Attach the TXT file to a support ticket that you send to Grafana Labs Technical Support.