thepalbi / ethereum-prometheus-exporter

Prometheus exporter for Ethereum client metrics
MIT License
1 stars 0 forks source link

Add config file, and aliases for tracked contracts #8

Closed thepalbi closed 2 years ago

thepalbi commented 2 years ago

Add an alias to contract address I want to listen. For example, when adding 0x128310273012ueaoidu, add a string alias like pepito, that will be shipped as a const label.

As per consensus, in this task a config file will also be added, to use instead of the CLI arguments. Much cleaner!

Pending

leandro-deveikis commented 2 years ago

I thinks this is resolved with PR #20 right? @thepalbi