public final class RpcViews extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
registerAllCumulativeViews()
Deprecated.
in favor of
registerAllGrpcViews(). It is likely that there won't be stats
for the old views, but you may still want to register the old views before they are
completely removed. |
static void |
registerAllGrpcBasicViews()
Registers all basic gRPC views.
|
static void |
registerAllGrpcViews()
Registers all standard gRPC views.
|
static void |
registerAllIntervalViews()
Deprecated.
because interval window is deprecated. There won't be interval views in the future.
|
static void |
registerAllViews()
Deprecated.
in favor of
registerAllGrpcViews(). |
static void |
registerClientGrpcBasicViews()
Registers basic client gRPC views.
|
static void |
registerClientGrpcViews()
Registers all standard client gRPC views.
|
static void |
registerRealTimeMetricsViews()
Registers views for real time metrics reporting for streaming RPCs.
|
static void |
registerServerGrpcBasicViews()
Registers basic server gRPC views.
|
static void |
registerServerGrpcViews()
Registers all standard server gRPC views.
|
public static void registerAllGrpcViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
This is equivalent with calling registerClientGrpcViews() and registerServerGrpcViews().
public static void registerClientGrpcViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerServerGrpcViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerAllGrpcBasicViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
This is equivalent with calling registerClientGrpcBasicViews() and registerServerGrpcBasicViews().
public static void registerClientGrpcBasicViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerServerGrpcBasicViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
@Deprecated public static void registerAllCumulativeViews()
registerAllGrpcViews(). It is likely that there won't be stats
for the old views, but you may still want to register the old views before they are
completely removed.It is recommended to call this method before doing any RPC call to avoid missing stats.
@Deprecated public static void registerAllIntervalViews()
It is recommended to call this method before doing any RPC call to avoid missing stats.
@Deprecated public static void registerAllViews()
registerAllGrpcViews().This is equivalent with calling registerAllCumulativeViews() and registerAllIntervalViews().
It is recommended to call this method before doing any RPC call to avoid missing stats.
public static void registerRealTimeMetricsViews()