-
Hi, Apologies if I'm missing something obvious here but I seem to be getting this error whenever I try to run: I have the user with credentials exporteruser/12345678 created for mysqlrouter. But somehow, in the logs it says 401. Inside the mysql-router container, I can verify that the user I created is there. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Could you paste mysqlrouter config? |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing that! If you passed You can see gauges from https://github.com/rluisr/mysqlrouter_exporter/blob/master/gauges.go |
Beta Was this translation helpful? Give feedback.
Hi @rluisr - I have managed to make it work :)
What I did was basically restart the router after the bootstrap process and explicitly passing the conf file that was generated after creating the user and the bootstrapping.
Some additional questions though:
I used the following in the args when running the exporter:
--collect.metadata.status --collect.route.connections.byte_from_server --collec…