File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
content/influxdb/clustered/query-data/troubleshoot-and-optimize Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -154,12 +154,14 @@ This is just an example. You don't have to go beyond the scale where queries get
154
154
but you may also need to go further than what's outlined here.
155
155
{{% /note %}}
156
156
157
+ <!-- Don't mention dashboards until they're working working in a future Clustered release --
158
+
157
159
### Capture dashboard screens
158
160
159
161
If you have set up alerts and dashboards for monitoring your cluster, capture
160
162
screenshots of dashboard events for Queriers, Compactors, and Ingesters.
161
163
162
- See [ system query examples ] ( /influxdb/clustered/admin/query-system-data/#system-query-examples ) .
164
+ -->
163
165
164
166
### Gather debug information
165
167
@@ -412,6 +414,7 @@ SELECT table_name,
412
414
MAX (last_new_file_created_at) as last_new_file_created_at,
413
415
SUM (total_size_mb) as total_size_mb
414
416
FROM system .partitions
417
+ WHERE table_name IN (' foo' , ' bar' , ' baz' )
415
418
GROUP BY table_name;
416
419
```
417
420
{{% /code-placeholders%}}
You can’t perform that action at this time.
0 commit comments