#include <grpc/support/port_platform.h>
#include <memory>
#include <string>
#include <grpcpp/ext/channelz_service_plugin.h>
#include <grpcpp/impl/server_builder_plugin.h>
#include <grpcpp/impl/server_initializer.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/support/config.h>
#include "src/cpp/server/channelz/channelz_service.h"
Go to the source code of this file.
Classes | |
class | grpc::channelz::experimental::ChannelzServicePlugin |
Namespaces | |
grpc | |
grpc::channelz | |
grpc::channelz::experimental | |
Functions | |
static std::unique_ptr< grpc::ServerBuilderPlugin > | grpc::channelz::experimental::CreateChannelzServicePlugin () |
void | grpc::channelz::experimental::InitChannelzService () |