rabbitmq_exporter icon indicating copy to clipboard operation
rabbitmq_exporter copied to clipboard

Not gracefully service stopping by SIGINT signal

Open goDeni opened this issue 8 months ago • 0 comments

running exporter

> /usr/bin/rabbitmq_exporter -config-file /usr/share/udv/rabbitmq-exporter-sensor/exporter-config.json

in another terminal sending SIGINT signal

> kill -2 1428168

In the terminal with running exporter

...
INFO[0009] Shutting down
FATA[0009] http: Server closed
> echo $?
1

We got exit-code 1, but was expected exit-code 0

goDeni avatar Feb 10 '25 13:02 goDeni