-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
outliers: rename to insights #84917
outliers: rename to insights #84917
Conversation
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.
Just had one questions, otherwise
Reviewed 40 of 40 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @matthewtodd)
pkg/sql/sqlstats/insights/insights.go
line 32 at r1 (raw file):
var LatencyThreshold = settings.RegisterDurationSetting( settings.TenantWritable, "sql.stats.insights.experimental.latency_threshold",
now that you made more tests, should we maybe remove the experimental
?
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.
TFTR, @maryliag!
Reviewable status:
complete! 1 of 0 LGTMs obtained (waiting on @maryliag)
pkg/sql/sqlstats/insights/insights.go
line 32 at r1 (raw file):
Previously, maryliag (Marylia Gutierrez) wrote…
now that you made more tests, should we maybe remove the
experimental
?
Yes! I'll be doing that separately (and have more thoughts on naming queued up from Kevin), just wanted to get this mechanical renaming out there.
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.
Reviewed 40 of 40 files at r1, all commit messages.
Reviewable status:complete! 1 of 0 LGTMs obtained (waiting on @maryliag)
The UI design that includes outliers also features other insights about sql execution. We will expand this outliers subsystem to support making those insights as well (probably with more detectors, changing the signature / return type of `isOutlier`). Renaming now is the first step in that direction. Release note: None
bors r+ |
Build succeeded: |
The UI design that includes outliers also features other insights about
sql execution. We will expand this outliers subsystem to support making
those insights as well (probably with more detectors, changing the
signature / return type of
isOutlier
). Renaming now is the first stepin that direction.
Release note: None