mysqld_exporter icon indicating copy to clipboard operation
mysqld_exporter copied to clipboard

Add Ability to Reload MySQL Configuration File

Open celestialorb opened this issue 4 years ago • 1 comments

I'm currently using a Vault sidecar injector to inject the .my.cnf configuration file into the pod and it would be nice if I could inform the exporter itself to reload that file. This could be done by having the exporter itself watch the file for changes, or this could be done in similar fashion to how Prometheus handles it: with a configuration reload HTTP endpoint.

celestialorb avatar Oct 25 '21 18:10 celestialorb

I think a reload endpoint or SIGHUP would be reasonable.

SuperQ avatar Oct 25 '21 20:10 SuperQ