Default ports reference

Client APIs

Application clients connect to these addresses.

APIPortServerConfiguration setting (default)
ysql5433yb-tserver—pgsql_proxy_bind_address 0.0.0.0:5433
ycql9042yb-tserver—cql_proxy_bind_address 0.0.0.0:9042
yedis6379yb-tserver—redis_proxy_bind_address 0.0.0.0:6379

Monitoring with Prometheus

Use the following targets to configure Prometheus to scrape available metrics (in Prometheus exposition format) from the YugabyteDB HTTP endpoint:

  1. /prometheus-metrics

For a quick tutorial on using Prometheus with YugabyteDB, see Observability with Prometheus.

Servers

Use the following targets to monitor yb-tserver and yb-master server metrics.

ServerTarget
yb-master<master-address>:7100
yb-tserver<tserver-address>:9100

APIs

Use the following yb-tserver targets to more API metrics.

APITarget
ysql<tserver-address>:13000
ycql<tserver-address>:12000
yedis<tserver-address>:11000

Internode RPC communication

Internode (server-to-server or node-to-node) communication is managed using RPC calls on these addresses.

ServerPortConfiguration setting (default)
yb-master7100—rpc_bind_addresses 0.0.0.0:7100
yb-tserver9100—rpc_bind_addresses 0.0.0.0:9100—tserver_master_addrs 0.0.0.0:7100—server_broadcast_addresses 0.0.0.0:9100

Admin web server

Admin web server UI can be viewed at these addresses.

ServerPortConfiguration setting (default)
yb-master7000—webserver_interface 0.0.0.0—webserver_port 7000
yb-tserver9000—webserver_interface 0.0.0.0—webserver_port 9000