nbarrientos / cryptowat_exporter

A prometheus exporter to fetch values from cryptowat.ch written in Go
Apache License 2.0
13 stars 4 forks source link

restart on reboot? (Prysm guide) #4

Closed fireheadman closed 3 years ago

fireheadman commented 3 years ago

I found the use of your cryptowat_exporter in a guide from Prysm labs. REF: https://docs.prylabs.network/docs/prysm-usage/monitoring/currency-converter/#update-prometheus-configuration

I do not see anything that would explain/show how this binary starts up on a reboot. (Ubuntu 20) Also not seeing any changes in the ETH Stakers grafana dashboard to reflect this addition

Should be something like this:

image

Would you be able to shed a little light on this? Thanks

nbarrientos commented 3 years ago

Hi,

Sorry but the project does not provide any facility to run the exporter at boot time. You can write your own upstart or systemd configurations. Users using Docker can use stuff like Docker compose. I'd suggest to contact the authors of the instructions you're referencing to see if they can help you with this :)