Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update exporting-grafana-snapshots.md (#13604) #14181

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions exporting-grafana-snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ summary: Learn how to export snapshots of Grafana Dashboard, and how to visualiz

# Export Grafana Snapshots

> **Note:**
>
> Currently, MetricsTool can only be used with Grafana v6.x.x.

Metrics data is important in troubleshooting. When you request remote assistance, sometimes the support staff need to view the Grafana dashboards to diagnose problems. [MetricsTool](https://metricstool.pingcap.net/) can help export snapshots of Grafana dashboards as local files and visualize these snapshots. You can share these snapshots with outsiders and allow them to accurately read out the graphs, without giving out access to other sensitive information on the Grafana server.

## Usage
Expand Down Expand Up @@ -40,10 +44,6 @@ The snapshot file contains the values of all graphs and panels in the selected t

No, the Visualizer parses the snapshot files entirely inside your browser. Nothing will be sent to PingCAP. You are free to view snapshot files received from sensitive sources, and no need to worry about these leaking to third parties through the Visualizer.

### Can it export metrics besides Grafana?

No, we only support Grafana v6.x.x at the moment.

### Will there be problems to execute the script before all metrics are loaded?

No, the script UI will notify you to wait for all metrics to be loaded. However, you can manually skip waiting and export the snapshot in case of some metrics loading for too long.
Expand Down
Loading