Skip to content
Open
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
4 changes: 2 additions & 2 deletions documentation/docs/troubleshoot/pmm_dump.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ If you cannot see the **PMM Dump** option in the Help menu or receive access err
The **dump.tar.gz** dump file is a .TAR archive compressed via Gzip. Here's what's inside the folders it contains:

- **meta.json**: metadata about the data dump
- **vm**: Victoria Metrics data chunks in native VM format, organized by timeframe
- **vm**: gzipped Victoria Metrics data chunks in JSON format (default) or in native VM format (taken with option --vm-native-data), organized by timeframe
- **ch**: Query Analytics (QAN) data stored in ClickHouse format, organized by row count
- **log.json**: logs detailing the export and archive creation process

Expand Down Expand Up @@ -57,4 +57,4 @@ If you experience issues accessing or using PMM Dump, consider the following:

- Cannot see PMM Dump in the Help menu: Verify that you have Admin role or Grafana Admin privileges. **Editor** and **Viewer** roles without Grafana Admin cannot access this feature.
- Error when creating dump datasets: If you encounter errors such as *Failed to compose meta error* when creating datasets, make sure that the **Ignore load** option is enabled on the **PMM Dump > Export new datasheet**.
- Access denied messages: your user account lacks the necessary permissions to access PMM Dump.
- Access denied messages: your user account lacks the necessary permissions to access PMM Dump.
Loading