Using Metrics in a gRPC Application

Learn how to emit and read gRPC metrics.

Metrics allow us to monitor the health of the application and detect various trends in its usage. Metrics are similar to logging. However, while logging is responsible for producing relatively detailed human-readable messages, metrics represent relatively simple data, such as counters and durations. This data can then be visualized on a time-series graph, such as the one below.

Get hands-on with 1200+ tech skills courses.