What is the core metric type in Prometheus used to represent a single numerical value that can go up and down?
What is the core metric type in Prometheus used to represent a single numerical value that can go up and down?
In Prometheus, the core metric type used to represent a single numerical value that can go up and down is called a Gauge. Gauges are used for values such as temperatures or current memory usage, which can increase or decrease over time.
Copilot says D.