Classes | Namespaces | Macros
channelz.h File Reference
#include <grpc/support/port_platform.h>
#include <stddef.h>
#include <atomic>
#include <cstdint>
#include <map>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include "absl/strings/string_view.h"
#include "absl/types/optional.h"
#include <grpc/impl/codegen/connectivity_state.h>
#include <grpc/impl/codegen/grpc_types.h>
#include <grpc/slice.h>
#include "src/core/lib/channel/channel_trace.h"
#include "src/core/lib/gpr/time_precise.h"
#include "src/core/lib/gprpp/ref_counted.h"
#include "src/core/lib/gprpp/ref_counted_ptr.h"
#include "src/core/lib/gprpp/sync.h"
#include "src/core/lib/json/json.h"
Include dependency graph for channelz.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  grpc_core::channelz::CallCountingHelper::AtomicCounterData
 
class  grpc_core::channelz::BaseNode
 
class  grpc_core::channelz::CallCountingHelper
 
class  grpc_core::channelz::ChannelNode
 
struct  grpc_core::channelz::CallCountingHelper::CounterData
 
class  grpc_core::channelz::ListenSocketNode
 
struct  grpc_core::channelz::SocketNode::Security
 
class  grpc_core::channelz::ServerNode
 
class  grpc_core::channelz::SocketNode
 
struct  grpc_core::channelz::SocketNode::Security::Tls
 

Namespaces

 grpc_core
 
 grpc_core::channelz
 
 grpc_core::channelz::testing
 

Macros

#define GRPC_ARG_CHANNELZ_CHANNEL_NODE   "grpc.internal.channelz_channel_node"
 
#define GRPC_ARG_CHANNELZ_IS_INTERNAL_CHANNEL   "grpc.channelz_is_internal_channel"
 
#define GRPC_ARG_CHANNELZ_SECURITY   "grpc.internal.channelz_security"
 
#define GRPC_ENABLE_CHANNELZ_DEFAULT   true
 
#define GRPC_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE_DEFAULT   (1024 * 4)
 

Macro Definition Documentation

◆ GRPC_ARG_CHANNELZ_CHANNEL_NODE

#define GRPC_ARG_CHANNELZ_CHANNEL_NODE   "grpc.internal.channelz_channel_node"

Definition at line 49 of file channelz.h.

◆ GRPC_ARG_CHANNELZ_IS_INTERNAL_CHANNEL

#define GRPC_ARG_CHANNELZ_IS_INTERNAL_CHANNEL   "grpc.channelz_is_internal_channel"

Definition at line 52 of file channelz.h.

◆ GRPC_ARG_CHANNELZ_SECURITY

#define GRPC_ARG_CHANNELZ_SECURITY   "grpc.internal.channelz_security"

Definition at line 280 of file channelz.h.

◆ GRPC_ENABLE_CHANNELZ_DEFAULT

#define GRPC_ENABLE_CHANNELZ_DEFAULT   true

This is the default value for whether or not to enable channelz. If GRPC_ARG_ENABLE_CHANNELZ is set, it will override this default value.

Definition at line 57 of file channelz.h.

◆ GRPC_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE_DEFAULT

#define GRPC_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE_DEFAULT   (1024 * 4)

This is the default value for the maximum amount of memory used by trace events per channel trace node. If GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE is set, it will override this default value.

Definition at line 63 of file channelz.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:06