-
Notifications
You must be signed in to change notification settings - Fork 762
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
allow exporting dates as timestamps grom GLOBAL STATUS #561
Conversation
Signed-off-by: mamiller <mamiller@rosettastone.com>
Signed-off-by: mamiller <mamiller@rosettastone.com>
Signed-off-by: mamiller <mamiller@rosettastone.com>
Signed-off-by: mamiller <mamiller@rosettastone.com>
Hi @SuperQ, is there anything else I can do to help get this moved forward? |
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.
Sorry, just haven't had time to review. Thanks for the ping.
LGTM
howdy @SuperQ - sorry to bother, I was wondering what the release process looks like for this exporter, and if there was a timeline or set of criteria that needs to be met before a new official release is cut. Thanks! |
No bother. Sorry it takes a bit, I don't have as much time to spend on this as I wish. And I haven't found other people to dedicate the time. I'll see what I can get done soon. |
BREAKING CHANGES: Metric names in the info_schema.processlist collector have been changed. #603 Metric names in the info_schema.replica_host collector have been changed. #496 * [CHANGE] Rewrite processlist collector #603 * [FEATURE] Add collector for `replica_host_status` #496 * [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #561 * [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #577 * [BUGFIX] Fix logging issues #562 #602 Signed-off-by: SuperQ <superq@gmail.com>
BREAKING CHANGES: Metric names in the info_schema.processlist collector have been changed. #603 Metric names in the info_schema.replica_host collector have been changed. #496 * [CHANGE] Rewrite processlist collector #603 * [FEATURE] Add collector for `replica_host_status` #496 * [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #561 * [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #577 * [BUGFIX] Fix logging issues #562 #602 Signed-off-by: SuperQ <superq@gmail.com>
BREAKING CHANGES: Metric names in the info_schema.processlist collector have been changed. #603 Metric names in the info_schema.replica_host collector have been changed. #496 * [CHANGE] Rewrite processlist collector #603 * [FEATURE] Add collector for `replica_host_status` #496 * [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #561 * [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #577 * [BUGFIX] Fix logging issues #562 #602 Signed-off-by: SuperQ <superq@gmail.com>
BREAKING CHANGES: Metric names in the info_schema.processlist collector have been changed. #603 Metric names in the info_schema.replica_host collector have been changed. #496 * [CHANGE] Rewrite processlist collector #603 * [FEATURE] Add collector for `replica_host_status` #496 * [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #561 * [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #577 * [BUGFIX] Fix logging issues #562 #602 Signed-off-by: SuperQ <superq@gmail.com>
BREAKING CHANGES: Metric names in the info_schema.processlist collector have been changed. #603 Metric names in the info_schema.replica_host collector have been changed. #496 * [CHANGE] Rewrite processlist collector #603 * [FEATURE] Add collector for `replica_host_status` #496 * [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #561 * [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #577 * [BUGFIX] Fix logging issues #562 #602 Signed-off-by: SuperQ <superq@gmail.com>
This will allow the exporter to report dates in the format of timestamps to prometheus. Fixes #457