Consensys / teku

Open-source Ethereum consensus client written in Java
https://consensys.io/teku
Apache License 2.0
673 stars 283 forks source link

Feature: push certain node metrics to remote services #3682

Closed benjaminion closed 3 years ago

benjaminion commented 3 years ago

There is a proposal for clients to support the ability to regularly push some metrics data to remote services to provide added value for individual stakers.

If we were to implement this, I suggest that

  1. it is off by default, and
  2. users provide the delivery endpoint URL as a parameter.
ajsutton commented 3 years ago

This looks to be a duplicate of #3773.