We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently using Prometheus Gauges to log a Word64 using fromIntegral and it gets reported as:
Word64
fromIntegral
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.
The text was updated successfully, but these errors were encountered:
I think that's a great idea. Feel free to add it! Word64Gauge?
Word64Gauge
Sorry, something went wrong.
No branches or pull requests
Currently using Prometheus Gauges to log a
Word64
usingfromIntegral
and it gets reported as: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.The text was updated successfully, but these errors were encountered: