| Method and Description |
|---|
| io.opencensus.contrib.grpc.metrics.RpcViews.registerAllCumulativeViews()
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. |
| io.opencensus.contrib.grpc.metrics.RpcViews.registerAllIntervalViews()
because interval window is deprecated. There won't be interval views in the future.
|
| io.opencensus.contrib.grpc.metrics.RpcViews.registerAllViews()
in favor of
registerAllGrpcViews(). |