prometheus icon indicating copy to clipboard operation
prometheus copied to clipboard

Allow non-Double Gauges

Open erikd opened this issue 4 years ago • 1 comments

Currently using Prometheus Gauges to log a Word64 using fromIntegral and it gets reported as:

db_slot_height  2.3628703e7

This is a little suboptimal.

Would it be worth adding a Word64 gauge? If you can point me in the direction of what you want, I may even find time to do it myself.

erikd avatar Mar 08 '21 21:03 erikd

I think that's a great idea. Feel free to add it! Word64Gauge?

wraithm avatar Apr 05 '22 16:04 wraithm