You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible send the SIGHUP (or other signal) to postgres_exporter's process to reload/reconnect all the connections?
I have tried, kill -s 1 nn. The process disconnect from postgres database and died. This is not the expected behaviour...