Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE#93345
Merged
pamarcos merged 7 commits intoClickHouse:masterfrom Jan 5, 2026
Merged
Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE#93345pamarcos merged 7 commits intoClickHouse:masterfrom
pamarcos merged 7 commits intoClickHouse:masterfrom
Conversation
1 task
Contributor
|
Workflow [PR], commit [eeedd36] Summary: ❌
|
alexey-milovidov
approved these changes
Jan 2, 2026
pamarcos
added a commit
to ClickHouse/clickhouse-docs
that referenced
this pull request
Jan 5, 2026
Update doc after ClickHouse/ClickHouse#93345 syntax update
3 tasks
Merged
via the queue into
ClickHouse:master
with commit Jan 5, 2026
6299407
127 of 131 checks passed
robot-clickhouse-ci-1
added a commit
that referenced
this pull request
Jan 5, 2026
Cherry pick #93345 to 25.12: Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE
robot-clickhouse
added a commit
that referenced
this pull request
Jan 5, 2026
pamarcos
added a commit
that referenced
this pull request
Jan 5, 2026
Backport #93345 to 25.12: Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE
Member
Author
|
Patching all functions that match broke the tests in private. The CI didn't catch it because the Turns out in private when adding an instrumentation point for I'm going to tune the logic a little bit in a following PR to avoid matching the function name if it's within the template arguments to avoid this sort of inconveniences in the future. |
1 task
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.
Follow-up on #89173 based on this and this comments:
Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE:
REMOVE. This is a nice to have thing, but previously could be done with a subqueryChangelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Improve the UX of SYSTEM INSTRUMENT ADD/REMOVE: use String literals for function names, patch all functions that match and allow using function_name in
REMOVEDocumentation entry for user-facing changes