Closed vma closed 4 years ago
When I reload prometheus with kill -HUP, the adapter crashes with "Hangup" as last message:
[...] {"caller":"log.go:31","level":"info","msg":"Starting up...","ts":"2020-02-28T16:38:10.543Z"} {"addr":":9201","caller":"log.go:31","level":"info","msg":"Listening","ts":"2020-02-28T16:38:10.543Z"} {"caller":"log.go:27","count":3304,"duration":0.215606948,"level":"debug","msg":"Wrote samples","ts":"2020-02-28T16:38:10.812Z"} Hangup
Edit: I am using latest master 7b6d240 version
My bad, I was using pkill -HUP prometheus for the reload. So it sent hup signal to all processes whose name contained prometheus.
pkill -HUP prometheus
prometheus
I have added -x flag and it works better :)
When I reload prometheus with kill -HUP, the adapter crashes with "Hangup" as last message:
Edit: I am using latest master 7b6d240 version