-
Notifications
You must be signed in to change notification settings - Fork 320
Move influxctl --perf-debug example output to command reference #6599
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
base: influxctl-v2.12.0
Are you sure you want to change the base?
Conversation
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
| ### Features | ||
|
|
||
| - Add 'influxdata-archive-keyring' as a suggested package to simplify future repository key rotations for the end user | ||
| - Add a new `--perf-debug` flag to the `query` command that outputs performance statistics and gRPC response trailers instead of query results |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot link to /influxdb3/version/reference/cli/influxctl/query/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Added link to the query command reference. Changes in commit cc8cd64.
| trailers instead of query results. | ||
| This is useful for debugging query performance and understanding query execution. | ||
|
|
||
| {{% code-placeholders "DATABASE_(TOKEN|NAME)" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot Use the new placeholder attribute syntax. code-placeholders is the deprecated shortcode.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! Replaced the deprecated code-placeholders shortcode with the new { placeholders="..." } attribute syntax in both Cloud Dedicated and Clustered query.md files. Changes in commit cc8cd64.
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Relocates
--perf-debugflag documentation and example output from release notes to theinfluxctl querycommand reference pages.Changes:
--perf-debugflag to Flags table in both Cloud Dedicated and Clustered query.mdcode-placeholdersshortcode with new{ placeholders="..." }attribute syntaxExample structure:
{{% /code-tab-content %}}
...
{{< /code-tabs-wrapper >}}
{{< expand-wrapper >}}
{{% expand "View example table-formatted performance statistics" %}}
...
{{% /expand %}}
{{< /expand-wrapper >}}