Runtime Config: internal reload vs external reload #4482
-
I have Mimir setup to use GCS. The credentials are stored in a local file, and the location of that file is stored in the I would like to know what the best practice is for restarting/reloading Mimir. It does not seem to automatically re-read the credentials file I have, so I assume it will need to be reloaded/restarted either internally (runtime config) or externally (restart, or kill signal) I was reading About Grafana Mimir runtime configuration, which has a mechanism for reloading Mimir. Using this feature requires having some configurations in a separate file. Question 1: Can the
Question 2: Will Mimir re-read the credentials file if I use the runtime config in question 1? Question 3: What is the best practice for having Mimir re-read a credentials file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, runtime config only supports very few fields (ingester instance limits, and per tenant limit
Right now there is no way to ask Mimir to reload credentials files, the only way is to restart Mimir. |
Beta Was this translation helpful? Give feedback.
No, runtime config only supports very few fields (ingester instance limits, and per tenant limit
overrides
). Other fields are not supported in runtime config and will result in Mimir complaining about unknown fields.Right now there is no way to ask Mimir to reload credentials files, the only way is to restart Mimir.