Open scottyeager opened 3 months ago
Further observation here is that I realized when calling status
, backends are shown in the output if and only if they are present in the config file. There's no relation to which backends zstor actually has in its live config.
I was able to confirm that after a SIGUSR1
zstor is using the new backends from the config file, based on the fact that it's uploading data to them. However, the behavior of the new backends not showing up on the metrics endpoint in reproduced in my test today too.
I updated the config file of a zstor process running in monitor mode and reloaded the config by issuing
SIGUSR1
. The new backends now show up when I run thestatus
command, but they have not been added to the Prometheus metrics.Compare: