Replace deprecated code-placeholders shortcode with placeholders attribute#6869
Merged
jstirnaman merged 2 commits intoritwika/query_logfrom Feb 25, 2026
Merged
Replace deprecated code-placeholders shortcode with placeholders attribute#6869jstirnaman merged 2 commits intoritwika/query_logfrom
jstirnaman merged 2 commits intoritwika/query_logfrom
Conversation
2 tasks
…ibute Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] WIP Address feedback on query log documentation
Replace deprecated code-placeholders shortcode with placeholders attribute
Feb 25, 2026
jstirnaman
approved these changes
Feb 25, 2026
jstirnaman
added a commit
that referenced
this pull request
Feb 25, 2026
* Add documentation for viewing the query log in the Admin UI and using influxctl * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Replace deprecated code-placeholders shortcode with placeholders attribute (#6869) * Initial plan * Replace deprecated code-placeholders shortcode with placeholders attribute Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Fix support.influxdata.com link pattern in query-log.md (#6867) * Initial plan * Fix support link pattern and add enforcement check Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Remove validation changes, keep content fix only Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Apply suggestions from code review Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> * Clarify note on query log enabling and its impact on cluster load per @jeffreyssmith2nd 's suggestion * Add schema table with explicit data types for query_log fields (#6868) * Initial plan * Add comprehensive schema table for query_log fields with data types and descriptions Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com> * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md * Update content/influxdb3/cloud-dedicated/query-data/troubleshoot-and-optimize/query-log.md --------- Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses review feedback to modernize placeholder syntax in query log documentation.
Changes
{{% code-placeholders "DATABASE_TOKEN" %}}wrapper shortcode{ placeholders="DATABASE_TOKEN" }attribute directly to code fencesBefore
{{% code-placeholders "DATABASE_TOKEN" %}} ```sh influxctl query \ --token DATABASE_TOKEN \ --database _internal ``` {{% /code-placeholders %}}After
The modern attribute-based approach is more concise and aligns with current documentation standards per
DOCS-SHORTCODES.md.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.