gw auth api ord inv db
Some paths require a wider view.
Return on a larger screen.

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
Match each metric to its type
Chart A
Chart B
Chart C

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

A counter or gauge reduces many observations to a single number. A histogram preserves the shape of the data.

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

Continue →