Server State
Proto representation of the value returned by /server_info, containing server version/server status information.
version
(string) Server version.
state
() State of the server.
uptime_current_epoch
(Duration) Uptime since current epoch was started.
uptime_all_epochs
() Uptime since the start of the first epoch.
hot_restart_version
(string) Hot restart version.
command_line_options
() Command line options the server is currently running with.
[admin.v3.ServerInfo.State proto]
LIVE
(DEFAULT) Server is live and serving traffic.
DRAINING
Server is draining listeners in response to external health checks failing.
PRE_INITIALIZING
Server has not yet completed cluster manager initialization.
INITIALIZING
Server is running the cluster manager initialization callbacks (e.g., RDS).
"base_id": "...",
"concurrency": "...",
"config_path": "...",
"config_yaml": "...",
"reject_unknown_dynamic_fields": "...",
"admin_address_path": "...",
"local_address_ip_version": "...",
"log_level": "...",
"component_log_level": "...",
"log_format": "...",
"log_format_escaped": "...",
"log_path": "...",
"service_cluster": "...",
"service_node": "...",
"drain_time": "{...}",
"parent_shutdown_time": "{...}",
"mode": "...",
"disable_hot_restart": "...",
"enable_mutex_tracing": "...",
"restart_epoch": "...",
"cpuset_threads": "...",
"disabled_extensions": []
}
base_id
(uint64) See for details.
concurrency
(uint32) See for details.
(string) See for details.
config_yaml
(string) See for details.
allow_unknown_static_fields
(bool) See for details.
reject_unknown_dynamic_fields
(bool) See for details.
admin_address_path
(string) See for details.
local_address_ip_version
(admin.v3.CommandLineOptions.IpVersion) See for details.
log_level
(string) See for details.
component_log_level
(string) See for details.
log_format
(string) See for details.
log_format_escaped
(bool) See for details.
log_path
(string) See for details.
service_cluster
(string) See for details.
service_node
(string) See for details.
service_zone
(string) See for details.
(Duration) See for details.
drain_time
(Duration) See for details.
parent_shutdown_time
(Duration) See for details.
mode
(admin.v3.CommandLineOptions.Mode) See for details.
disable_hot_restart
(bool) See for details.
enable_mutex_tracing
(bool) See for details.
restart_epoch
(uint32) See for details.
cpuset_threads
(bool) See for details.
disabled_extensions
(string) See for details.
[admin.v3.CommandLineOptions.IpVersion proto]
v4
(DEFAULT)
v6
Serve
(DEFAULT) Validate configs and then serve traffic normally.
Validate
Validate configs and exit.
Completely load and initialize the config, and then exit without running the listener loop.