python.d/proxysql: add `Requirements` to the readme (#9071)
Ilya Mashchenko committed
May 16, 2020 at 17:28 UTC
a60c6c7c01b9bca7b0d46156781a098d2b613035
1 file changed
+9
collectors/python.d.plugin/proxysql/README.md
+9
@@ -8,6 +8,15 @@ sidebar_label: "ProxySQL"
8
9
Monitors database backend and frontend performance metrics.
10
11
+## Requirements
12
+
13
+- python library [MySQLdb](https://github.com/PyMySQL/mysqlclient-python) (faster) or [PyMySQL](https://github.com/PyMySQL/PyMySQL) (slower)
14
+- `netdata` local user to connect to the ProxySQL server.
15
+
16
+To create the `netdata` user, follow [the documentation](https://github.com/sysown/proxysql/wiki/Users-configuration#creating-a-new-user).
17
+
18
+## Charts
19
+
20
It produces:
21
22
1. **Connections (frontend)**