File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ The synchdb_add_jmx_conninfo() function adds JMX monitoring configuration to an
14
14
15
15
** Function Signature**
16
16
17
+ ```
17
18
synchdb_add_jmx_conninfo(
18
19
name text,
19
20
jmx_listenaddr text,
@@ -29,11 +30,13 @@ synchdb_add_jmx_conninfo(
29
30
jmx_ssl_truststore text,
30
31
jmx_ssl_truststore_pass text
31
32
)
33
+ ```
32
34
35
+ ```
33
36
synchdb_del_jmx_conninfo(
34
37
name text
35
38
)
36
-
39
+ ```
37
40
38
41
| Parameter | Description |
39
42
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ synchdb_add_jmx_conninfo() 函数将 JMX 监控配置添加到现有连接器。
12
12
13
13
** 函数签名**
14
14
15
+ ```
15
16
synchdb_add_jmx_conninfo(
16
17
name text,
17
18
jmx_listenaddr text,
@@ -27,10 +28,12 @@ synchdb_add_jmx_conninfo(
27
28
jmx_ssl_truststore text,
28
29
jmx_ssl_truststore_pass text
29
30
)
30
-
31
+ ```
32
+ ```
31
33
synchdb_del_jmx_conninfo(
32
34
name text
33
35
)
36
+ ```
34
37
35
38
| 参数 | 描述 |
36
39
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
You can’t perform that action at this time.
0 commit comments