A colleague was complaining to me that Micrometer gauges didn't work the way he expected. This led to some interesting work.
What is a gauge?
In science a gauge is a device for making measurements. In computer systems a gauge is very similar: a 'metric' which tracks something in your system over time. For example, you could track the number of items in a job queue. Libraries like Micrometer and
↧