msiebuhr / MetricBase

play/experimentation/single-binary version of Graphite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend: Internal statistics

msiebuhr opened this issue · comments

Partially implemented in b4853bd. It reads runtime.MemStats and a few other details.

It would be nice to get hold of all number-looking stuff from expvar, but it seem the only way to get data out is to read the serialized output, see if it looks like a number and parse it back.