skycoin / skycoin

Skycoin Core and Wallet

Home Page:https://www.skycoin.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do research about the prometheus client package

iketheadore opened this issue · comments

Consider to replace the current prometheus package to collect metrics. Because the current package's dependencies are too big, consider to find a lighter one.

Options to consider:

@iketheadore I reached out to their support and it turns out that their client package you linked only supports two types of metrics if used with a Prometheus server:

  • counter
  • gauge

That means histograms often used for request durations for instance will only work with their own server. So if we wanted to switch to Victoria, we also need to use their server imo.