Desktop Only
These koans require a larger screen. Please visit on a desktop browser.
Koan 4 of 19

Kinds of Metrics

Not all numbers behave the same way.
Watch closely. The differences matter.
Chart A
e.g. total checkout requests
0 50 100 150
Chart B
e.g. connection pool — active connections
0 10 20 30
Chart C
e.g. checkout latency distribution
Name each chart based on its behavior
Chart A
Chart B
Chart C

You need to know if most requests are fast or if there are slow outliers. Which metric type?

Counter counts. Gauge measures a current level. Histogram reveals the shape.

Choose the type that matches the question you need to answer.

Continue →