Skip to content

Commit 90674c7

Browse files
committed
fix(clustered): Apply suggestion - don't mention dashboards.
1 parent 8c275dc commit 90674c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/influxdb/clustered/query-data/troubleshoot-and-optimize/report-query-performance-issues.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,14 @@ This is just an example. You don't have to go beyond the scale where queries get
154154
but you may also need to go further than what's outlined here.
155155
{{% /note %}}
156156

157+
<!-- Don't mention dashboards until they're working working in a future Clustered release --
158+
157159
### Capture dashboard screens
158160
159161
If you have set up alerts and dashboards for monitoring your cluster, capture
160162
screenshots of dashboard events for Queriers, Compactors, and Ingesters.
161163
162-
See [system query examples](/influxdb/clustered/admin/query-system-data/#system-query-examples).
164+
-->
163165

164166
### Gather debug information
165167

@@ -412,6 +414,7 @@ SELECT table_name,
412414
MAX(last_new_file_created_at) as last_new_file_created_at,
413415
SUM(total_size_mb) as total_size_mb
414416
FROM system.partitions
417+
WHERE table_name IN ('foo', 'bar', 'baz')
415418
GROUP BY table_name;
416419
```
417420
{{% /code-placeholders%}}

0 commit comments

Comments
 (0)