promjs icon indicating copy to clipboard operation
promjs copied to clipboard

Add .set method to gauges

Open jpellizzari opened this issue 7 years ago • 1 comments

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

jpellizzari avatar May 16 '18 15:05 jpellizzari

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

erlando avatar Nov 12 '19 09:11 erlando