docs(inputs.mysql): Add link to docs on how to enable mysql's performance schema (#11555)
This commit is contained in:
parent
ca8a6cfac2
commit
7eccb82a3d
|
|
@ -18,6 +18,11 @@ This plugin gathers the statistic data from MySQL server
|
|||
* File events statistics
|
||||
* Table schema statistics
|
||||
|
||||
In order to gather metrics from the performance schema, it must first be enabled
|
||||
in mySQL configuration. See the performance schema [quick start][quick-start].
|
||||
|
||||
[quick-start]: https://dev.mysql.com/doc/refman/8.0/en/performance-schema-quick-start.html
|
||||
|
||||
## Configuration
|
||||
|
||||
```toml @sample.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue