diff --git a/example/distributed-with-obproxy-example.yaml b/example/distributed-with-obproxy-example.yaml index 142b81591609bf48cff9dd5e0492345160cc1b0c..e90beab98b33c5a861380c7e86590919bc048d24 100644 --- a/example/distributed-with-obproxy-example.yaml +++ b/example/distributed-with-obproxy-example.yaml @@ -50,6 +50,7 @@ obproxy: - 192.168.1.5 global: listen_port: 2883 + prometheus_listen_port: 2884 home_path: /root/obproxy # oceanbase root server list # format: ip:mysql_port,ip:mysql_port diff --git a/example/mini-distributed-with-obproxy-example.yaml b/example/mini-distributed-with-obproxy-example.yaml index f3c5bade72d59760dcb119461820807d36c86bce..5ccfdce28fa353285a2dcfd35b5f9587da028f22 100644 --- a/example/mini-distributed-with-obproxy-example.yaml +++ b/example/mini-distributed-with-obproxy-example.yaml @@ -61,6 +61,7 @@ obproxy: - 192.168.1.5 global: listen_port: 2883 + prometheus_listen_port: 2884 home_path: /root/obproxy # oceanbase root server list # format: ip:mysql_port,ip:mysql_port diff --git a/example/mini-single-with-obproxy-example.yaml b/example/mini-single-with-obproxy-example.yaml index dcfdf41e79b61658ff998e874497718386a689ab..74a63cb720a7251dc0132981eb86b67583e561ea 100644 --- a/example/mini-single-with-obproxy-example.yaml +++ b/example/mini-single-with-obproxy-example.yaml @@ -45,6 +45,7 @@ obproxy: - 192.168.1.2 global: listen_port: 2883 + prometheus_listen_port: 2884 home_path: /root/obproxy # oceanbase root server list # format: ip:mysql_port,ip:mysql_port diff --git a/example/single-with-obproxy-example.yaml b/example/single-with-obproxy-example.yaml index b3a2312addb92d61020592802875eb7af002a4fa..f0ab712c1ef2def02ff2be2a8c2264bc0c796b1c 100644 --- a/example/single-with-obproxy-example.yaml +++ b/example/single-with-obproxy-example.yaml @@ -35,6 +35,7 @@ obproxy: - 192.168.1.2 global: listen_port: 2883 + prometheus_listen_port: 2884 home_path: /root/obproxy # oceanbase root server list # format: ip:mysql_port,ip:mysql_port