https://github.com/lefred/mysql-shell-udr
MySQL Shell User Defined Reports Examples
https://github.com/lefred/mysql-shell-udr
Last synced: 11 months ago
JSON representation
MySQL Shell User Defined Reports Examples
- Host: GitHub
- URL: https://github.com/lefred/mysql-shell-udr
- Owner: lefred
- License: gpl-2.0
- Created: 2019-05-08T05:37:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-26T11:34:12.000Z (over 5 years ago)
- Last Synced: 2025-03-27T09:52:01.311Z (over 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MySQL Shell User Defined Reports: Examples
This repository includes examples of MySQL Shell User Defined Reports that can
be used with the [Reporting Framework](https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-reporting.html) available since MySQL 8.0.16.
To use the reports, you need to clone (or copy) in `~/.mysqlsh/init.d/`.
More info:
* https://lefred.be/content/using-the-new-mysql-shell-reporting-framework-to-monitor-innodb-cluster/
* https://lefred.be/content/mysql-innodb-cluster-recovery-process-monitoring-with-the-mysql-shell-reporting-framework/
* https://mysql.wisborg.dk/2019/04/26/mysql-shell-8-0-16-built-in-reports/
* https://mysql.wisborg.dk/2019/04/27/mysql-shell-8-0-16-user-defined-reports/