promjs
promjs copied to clipboard
Add .set method to gauges
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.