Module yz_diag

This module provides visibility into the state of Yokozuna.

Description

This module provides visibility into the state of Yokozuna. It is meant to aid in diagnosing Yokozuna when problems arise.

All API functions should return Erlang data structures. They SHOULD NOT make logging calls or write to stdout/stderr. There may be functions which do that but they should be separate; built on top of these functions. It is very important to return Erlang data structures which are properly documented and spec'd so that they can be used by different consumers.

Generated by EDoc