File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The synchdb_add_jmx_exporter_conninfo() and synchdb_del_jmx_exporter_conninfo()
49
49
50
50
```
51
51
synchdb_add_jmx_exporter_conninfo(
52
- connector_name TEXT,
52
+ name TEXT,
53
53
exporter_jar_path TEXT,
54
54
exporter_port INTEGER,
55
55
config_file_path TEXT
Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ synchdb_add_jmx_exporter_conninfo() 和 synchdb_del_jmx_exporter_conninfo() 函
49
49
50
50
```
51
51
synchdb_add_jmx_exporter_conninfo(
52
- connector_name TEXT,
53
- exporter_jar_path TEXT,
54
- exporter_port INTEGER,
55
- config_file_path TEXT
52
+ name TEXT,
53
+ exporter_jar_path TEXT,
54
+ exporter_port INTEGER,
55
+ config_file_path TEXT
56
56
);
57
57
58
58
synchdb_del_jmx_exporter_conninfo(
59
- name text
59
+ name text
60
60
)
61
61
62
62
```
You can’t perform that action at this time.
0 commit comments