You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Prometheus Collector collect stats on the MCD Pot contract. The Collect method of the collector will be called on every metrics collections from Prometheus. I propose naming metrics like mcd_pot_.... For all contract we can add metrics as mcd_<contract>_<metric>.
I've implement a lot of this now. I'll consider this complete when I am able to visualize Pot metrics in Grafana which makes this issue dependent on adding support for Grafana
A Prometheus Collector collect stats on the MCD Pot contract. The
Collect
method of the collector will be called on every metrics collections from Prometheus. I propose naming metrics likemcd_pot_...
. For all contract we can add metrics asmcd_<contract>_<metric>
.You can take a look at an example collector responsible for collecting metrics on Ethereum block headers here: https://github.com/ddaws/maker-monitor/blob/master/monitor/collector/header.go
Please use
go-maker
which supports accessing the PotThe text was updated successfully, but these errors were encountered: