-
Notifications
You must be signed in to change notification settings - Fork 814
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
[mysql] rewrite tests #1471
[mysql] rewrite tests #1471
Conversation
# Available on Linux | ||
SYSTEM_METRICS = [ | ||
"mysql.performance.user_time", | ||
"mysql.performance.kernel_time" |
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.
Ultra nitpick: but please use single quotes everywhere. Or or the opposite if you prefer to...
74a9850
to
009adbd
Compare
|
||
# Test optional metrics | ||
# Gauges - at least 1 match | ||
self._test_optional_metrics(self.COMMON_GAUGES, match_rate=50) |
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 am not sure why we want this here? Why don't you use at_least=1
?
009adbd
to
cd04a2c
Compare
We talked about it, will stay in standby until we figure out what metrics we can pull out reliably fro MySQL in the test. |
3bd2668
to
7d247b7
Compare
Small update. # Corresponding Status
'mysql.innodb.buffer_pool_size', # Innodb_buffer_pool_size
'mysql.innodb.current_row_locks', # Innodb_current_row_locks
'mysql.innodb.mutex_spin_waits', # Innodb_mutex_spin_waits
'mysql.innodb.mutex_spin_rounds', # Innodb_mutex_spin_rounds
'mysql.innodb.mutex_os_waits', # Innodb_mutex_os_waits
Other missing statuses are proper to MariaDB: I ran some tests to confirm it.
|
|
Yes, I'd remove it too as we were already covering this metric with |
7d247b7
to
c8b94f1
Compare
c8b94f1
to
2ab2440
Compare
Sweet 🍰, merging 👍 |
No description provided.