Evgeny
Evgeny
Fair enough. Maybe we could use a flag in the config for prometheus section - require auth or not. But in general I'd say people expect metrics to be isolated...
Hit the same issue and realised that the solution would be a one-line PR.
Не - по ходу не в сборке дело С таким конфигом краш происходит ``` storage "local" { type "local" } database "odyssey_console" { user "prometheus" { authentication "md5" auth_query "SELECT...
This is still on. I can repro it easy with ``` while true do sudo -u postgres pgbench -c 500 -r -T10 -j40 -h 127.0.0.1 -U testuser test done ```...
@x4m, any chance to look into it in the nearest future? 🙏
Here is mine ``` daemonize no pid_file "/var/lib/odyssey/odyssey.pid" locks_dir "/run/odyssey" graceful_die_on_errors no #enable_online_restart yes bindwith_reuseport yes log_file "/var/log/postgresql/odyssey.log" log_format "%p %t %l [%i %s] (%c) %m\n" log_to_stdout no log_syslog no...
Did you manage to reproduce it? May I help somehow with reproducing it?
Hi! How is the work going? When shall we expect the new version?
@x4m in case it could help. Disabling the auth query + turning off all logging allowed running it more or less stable. So it's not exactly an auth query issue,...
Thank you for looking into it! Currently, it works for me if I disable all possible logging everywhere. This picture is about the amount of free memory on the node....