Pgauge
pgauge is a name used by several small libraries and tools that implement gauge metrics for application monitoring and observability. Because there is no single official pgauge project, references to pgauge typically point to different implementations across programming languages, all centered on the concept of a gauge metric rather than a counter or histogram.
A gauge is a numeric value that can go up or down, representing the current state of
Common features across pgauge-like implementations include operations to set, increment, and decrement the gauge, as well
Design considerations when using a pgauge library include naming conventions, labeling strategy, and serialization format for
See also: gauge (metrics), Prometheus gauge, OpenTelemetry, metrics instrumentation.