-
Notifications
You must be signed in to change notification settings - Fork 769
Gitlab Collector: Autovacuum active collector and test #841
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
base: master
Are you sure you want to change the base?
Gitlab Collector: Autovacuum active collector and test #841
Conversation
defer rows.Close() | ||
|
||
for rows.Next() { | ||
var phase, mode string |
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.
It would seem that the phase label would change often during vacuum, correct? That would change this time series often.
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.
It doesn't change terribly often, depends on the size of the table
Signed-off-by: Felix Yuan <[email protected]>
Co-authored-by: Joe Adams <[email protected]> Signed-off-by: Felix Yuan <[email protected]>
Co-authored-by: Joe Adams <[email protected]> Signed-off-by: Felix Yuan <[email protected]>
Signed-off-by: Felix Yuan <[email protected]>
Signed-off-by: Felix Yuan <[email protected]>
ee961f2
to
589bb25
Compare
Also add some more escapes to make tests work
Split from #819