aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/ext/channelz_service_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpcpp/ext/channelz_service_plugin.h')
-rw-r--r--include/grpcpp/ext/channelz_service_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/grpcpp/ext/channelz_service_plugin.h b/include/grpcpp/ext/channelz_service_plugin.h
index 4a748a9880..af3192d451 100644
--- a/include/grpcpp/ext/channelz_service_plugin.h
+++ b/include/grpcpp/ext/channelz_service_plugin.h
@@ -30,8 +30,9 @@ namespace channelz {
namespace experimental {
/// Add channelz server plugin to \a ServerBuilder. This function should
-/// be called at static initialization time.
-void InitChannelzServiceBuilderPlugin();
+/// be called at static initialization time. This service is experimental
+/// for now. Track progress in https://github.com/grpc/grpc/issues/15988.
+void InitChannelzService();
} // namespace experimental
} // namespace channelz