public final class RpcViews extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
registerAllCumulativeViews()
Registers all standard cumulative views.
|
static void |
registerAllIntervalViews()
Registers all standard interval views.
|
static void |
registerAllViews()
Registers all views.
|
public static void registerAllCumulativeViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerAllIntervalViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerAllViews()
This is equivalent with calling registerAllCumulativeViews() and registerAllIntervalViews().
It is recommended to call this method before doing any RPC call to avoid missing stats.