weaveworks / promjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add .set method to gauges

jpellizzari opened this issue · comments

You should be able to .set any value on a gauge, in addition to incrementing and decrementing.

A Gauge is a Counter which in turn is a Collector. The Collector has a set function.