-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
sql-telemetry: query_sampling.max_event_frequency public #111594
Conversation
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. Before a member of our team reviews your PR, I have some potential action items for you:
I have added a few people who may be able to assist in reviewing:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
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.
@maryliag please review or ask someone else to review to make sure the code change is correct. thanks!
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.
Hi @emilaleksanteri , thank you for your contribution!
You're missing an update on a generate file, to have the needed doc file updated you need to run ./dev gen
, which will generate something similar to this other PR: https://github.com/cockroachdb/cockroach/pull/106530/files
Reviewed all commit messages.
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @emilaleksanteri)
-- commits
line 2 at r1:
We do have a format to commit messages, you need to add Fixes #108385
to this commit message and also a release note, similar to #106530
Oh right, sounds good, thank you! |
23801dc
to
1382266
Compare
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Hi, it looks like there is something wrong with my ./dev gen builder on linux_amd64
Do you know if I need to do something with my bazel/bazelisk to make the gen work? |
You should be able to reproduce the issue with From the beginning of the error message, I'm assuming it's going to be a If you don't want to do that, installing the Removing |
@rickystewart woohoo it worked, thank you very much! It was the |
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? Thank you for updating your pull request. Before a member of our team reviews your PR, I have some potential action items for you:
🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
Epic: none Fixes: cockroachdb#108385 Release note (sql change): make max_event_frequency public for public documentation
99174de
to
29e341d
Compare
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.
I'll go ahead and merge it!
bors r+
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @emilaleksanteri)
@maryliag woohoo sounds good!! |
Build succeeded: |
Epic: none
Fixes: #108385
Release note (sql change): make max_event_frequency public for public documentation