Skip to content
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

database_observability: use TiDB parser for parsing query samples #2807

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

cristiangreco
Copy link
Collaborator

@cristiangreco cristiangreco commented Feb 21, 2025

PR Description

Add a new experimental option to use the TiDB parser for parsing query.

Which issue(s) this PR fixes

n.a.

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@cristiangreco cristiangreco force-pushed the cristian/dbo11y-tidb-parser branch 2 times, most recently from f523ffe to 7929eef Compare February 28, 2025 09:28
Comment on lines -34 to -38
v1.7.1
-----------------

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moving this entry as the change "better handling of truncated queries" was not included in 1.7.1.

Comment on lines +59 to +60
// TODO(cristian): experimental, will be removed soon
UseTiDBParser bool `alloy:"use_tidb_parser,attr,optional"`
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be undocumented because it's temporary.

@cristiangreco cristiangreco marked this pull request as ready for review February 28, 2025 09:29
Add a new experimental option to use the TiDB parser for parsing query.
@cristiangreco cristiangreco force-pushed the cristian/dbo11y-tidb-parser branch from 7929eef to 1a8ae1e Compare March 3, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants