prometheus
prometheus copied to clipboard
Allow non-Double Gauges
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.
I think that's a great idea. Feel free to add it! Word64Gauge?