Exporter password in clear text on the command line

The memsql exporter user/password can be seen easily as they are part of the command line. This should be changed to be better hidden.
A simple ps -ef can show the credentials:

memsql_exporter --config.user= --config.pass= --config.host=localhost --config.port=10000 --web.listen-address=:12001

@celer-tech This has been corrected in versions 7.1.16 and 7.3.4 of SingleStore DB. Please upgrade to get the fix.

2 Likes