Skip to content

Commit cd97f16

Browse files
author
Cary Huang
committed
updates
1 parent c4c9f17 commit cd97f16

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/en/monitoring/jmx_monitor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The synchdb_add_jmx_conninfo() function adds JMX monitoring configuration to an
1414

1515
**Function Signature**
1616

17+
```
1718
synchdb_add_jmx_conninfo(
1819
name text,
1920
jmx_listenaddr text,
@@ -29,11 +30,13 @@ synchdb_add_jmx_conninfo(
2930
jmx_ssl_truststore text,
3031
jmx_ssl_truststore_pass text
3132
)
33+
```
3234

35+
```
3336
synchdb_del_jmx_conninfo(
3437
name text
3538
)
36-
39+
```
3740

3841
| Parameter | Description |
3942
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

docs/zh/monitoring/jmx_monitor.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ synchdb_add_jmx_conninfo() 函数将 JMX 监控配置添加到现有连接器。
1212

1313
**函数签名**
1414

15+
```
1516
synchdb_add_jmx_conninfo(
1617
name text,
1718
jmx_listenaddr text,
@@ -27,10 +28,12 @@ synchdb_add_jmx_conninfo(
2728
jmx_ssl_truststore text,
2829
jmx_ssl_truststore_pass text
2930
)
30-
31+
```
32+
```
3133
synchdb_del_jmx_conninfo(
3234
name text
3335
)
36+
```
3437

3538
| 参数 | 描述 |
3639
| ----------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)