Skip to content

Commit cc8cd64

Browse files
Copilotjstirnaman
andcommitted
docs: update placeholder syntax and add link to query command
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
1 parent 29c1a51 commit cc8cd64

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

content/influxdb3/cloud-dedicated/reference/cli/influxctl/query.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,13 @@ Use the `--perf-debug` flag to output performance statistics and gRPC response
415415
trailers instead of query results.
416416
This is useful for debugging query performance and understanding query execution.
417417

418-
{{% code-placeholders "DATABASE_(TOKEN|NAME)" %}}
419-
420418
{{< code-tabs-wrapper >}}
421419
{{% code-tabs %}}
422420
[Table format](#)
423421
[JSON format](#)
424422
{{% /code-tabs %}}
425423
{{% code-tab-content %}}
426-
```sh
424+
```sh { placeholders="DATABASE_TOKEN|DATABASE_NAME" }
427425
influxctl query \
428426
--perf-debug \
429427
--format table \
@@ -434,7 +432,7 @@ influxctl query \
434432
```
435433
{{% /code-tab-content %}}
436434
{{% code-tab-content %}}
437-
```sh
435+
```sh { placeholders="DATABASE_TOKEN|DATABASE_NAME" }
438436
influxctl query \
439437
--perf-debug \
440438
--format json \
@@ -446,8 +444,6 @@ influxctl query \
446444
{{% /code-tab-content %}}
447445
{{< /code-tabs-wrapper >}}
448446

449-
{{% /code-placeholders %}}
450-
451447
{{< expand-wrapper >}}
452448
{{% expand "View example table-formatted performance statistics" %}}
453449
```

content/influxdb3/clustered/reference/cli/influxctl/query.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -413,15 +413,13 @@ Use the `--perf-debug` flag to output performance statistics and gRPC response
413413
trailers instead of query results.
414414
This is useful for debugging query performance and understanding query execution.
415415

416-
{{% code-placeholders "DATABASE_(TOKEN|NAME)" %}}
417-
418416
{{< code-tabs-wrapper >}}
419417
{{% code-tabs %}}
420418
[Table format](#)
421419
[JSON format](#)
422420
{{% /code-tabs %}}
423421
{{% code-tab-content %}}
424-
```sh
422+
```sh { placeholders="DATABASE_TOKEN|DATABASE_NAME" }
425423
influxctl query \
426424
--perf-debug \
427425
--format table \
@@ -432,7 +430,7 @@ influxctl query \
432430
```
433431
{{% /code-tab-content %}}
434432
{{% code-tab-content %}}
435-
```sh
433+
```sh { placeholders="DATABASE_TOKEN|DATABASE_NAME" }
436434
influxctl query \
437435
--perf-debug \
438436
--format json \
@@ -444,8 +442,6 @@ influxctl query \
444442
{{% /code-tab-content %}}
445443
{{< /code-tabs-wrapper >}}
446444

447-
{{% /code-placeholders %}}
448-
449445
{{< expand-wrapper >}}
450446
{{% expand "View example table-formatted performance statistics" %}}
451447
```

content/shared/influxctl/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Features
44

55
- Add 'influxdata-archive-keyring' as a suggested package to simplify future repository key rotations for the end user
6-
- Add a new `--perf-debug` flag to the `query` command that outputs performance statistics and gRPC response trailers instead of query results
6+
- Add a new `--perf-debug` flag to the [`query` command](/influxdb3/version/reference/cli/influxctl/query/) that outputs performance statistics and gRPC response trailers instead of query results
77

88
### Dependency updates
99

0 commit comments

Comments
 (0)