Monitoring Metrics - Gauge

Scale Counter Graph

About

A gauge is a metrics type that holds or return a single value (numeric or textual) where changes can only be observed in random order (increasing or decreasing order)

Gauge values are not rates.

Usage

.

A gauge usually plots one data point with an indication of whether that point falls in an acceptable or unacceptable range.

Gauges are useful for monitoring things with natural upper bounds such as Resources metrics.

Example

  • the size of a collection or map
  • the number of threads in a running state.

Visualization

Implementation

As a gauge shows only the current value, the value of the gauge should only be fetched at publish time.





Discover More
Scale Counter Graph
Counter - Resources Metrics

This resource (counter|metrics) are usually expressed in the following terms: utilization: as a percent over a time interval. eg, “one disk is running at 90% utilization”. saturation: as a queue...
Utah Teapot
Data Visualization - Gauge

A gauge shows a single data value. Due to its compact size, a gauge is often more effective than a graph for displaying a single data value. Gauges identify problems in data. A gauge usually plots...
Scale Counter Graph
What are the types of Metrics known as Statistical Collector?

This page is metrics as telemetry data context (realtime performance, monitoring of system) A telemetry metric is a time serie with: timestamped numerical value and optional labels Monitoring...



Share this page:
Follow us:
Task Runner