Slide 6
Slide 6 text
New metric
types
Mostly the same of Prometheus except ...
# TYPE x info
x_info{entity="ctrl",name="pretty",version="8.1"} 1
x_info{entity="repl",name="prettier",version="8.2"} 1
Info metrics
Just histograms for gauges.
What else am I supposed to say?
Gauge histograms
# TYPE foo stateset
foo{entity="controller",foo="a"} 0
foo{entity="controller",foo="b"} 1
foo{entity="replica",foo="a"} 0
foo{entity="replica",foo="b"} 1
# EOF
State sets
What Prometheus calls untyped metrics.
Unknown
@leodido