Layr-Labs / eigenlayer-rewards-updater

Other
4 stars 4 forks source link

feat: add support for prometheus pushgateway #50

Closed adriantpaez closed 2 months ago

adriantpaez commented 2 months ago

To enhance this service's monitoring capabilities, we (Nethermind) found it helpful to have a Pushgateway configuration that sends metrics each time the service is executed. The Pushgateway approach is a good solution for this scenario where the target service is not always running, and it aligns perfectly with the scenario explained here.