Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 565c659

Browse files
authored
Clarify that realtime views are only for streaming rpcs (#1741) (#1742)
(cherry picked from commit 6e65fc4)
1 parent 8e3fb61 commit 565c659

File tree

1 file changed

+2
-1
lines changed
  • contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics

1 file changed

+2
-1
lines changed

contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/RpcViews.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ static void registerAllViews(ViewManager viewManager) {
327327
}
328328

329329
/**
330-
* Registers views for real time metrics reporting for streaming RPCs.
330+
* Registers views for real time metrics reporting for streaming RPCs. This views will produce
331+
* data only for streaming gRPC calls.
331332
*
332333
* @since 0.18
333334
*/

0 commit comments

Comments
 (0)