From 2c3fc1d0f8fd3a3169206056acb793f333f44128 Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Thu, 17 Jun 2021 18:12:58 +0800 Subject: [PATCH] add prometheus_listen_port to example (#8) --- example/distributed-with-obproxy-example.yaml | 1 + example/mini-distributed-with-obproxy-example.yaml | 1 + example/mini-single-with-obproxy-example.yaml | 1 + example/single-with-obproxy-example.yaml | 1 + 4 files changed, 4 insertions(+) diff --git a/example/distributed-with-obproxy-example.yaml b/example/distributed-with-obproxy-example.yaml index 142b815..e90beab 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 f3c5bad..5ccfdce 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 dcfdf41..74a63cb 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 b3a2312..f0ab712 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 -- GitLab