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 Jug contract. The Collect method of the collector will be called on every metrics collections from Prometheus. I propose naming metrics like mcd_jug_.... For all contract we can add metrics as mcd_<contract>_<metric>.
A Prometheus Collector collect stats on the MCD Jug contract. The
Collect
method of the collector will be called on every metrics collections from Prometheus. I propose naming metrics likemcd_jug_...
. 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 JugThe text was updated successfully, but these errors were encountered: