Skip to content

Commit fdebb8f

Browse files
authored
Merge pull request #735 from Altinity/subkanthi-patch-2
Update Monitoring.md to include metrics.port
2 parents 9796379 + 9050fe0 commit fdebb8f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/Monitoring.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ record_insert_seq:
7777
```select event_time, database, table, rows, duration_ms,size_in_bytes from system.part_log where table='table' and event_type='NewPart' and event_time > now () - interval 30 minute and database='db' ;```
7878

7979
## Grafana Dashboard
80-
JMX metrics of sink connector are exposed through the port
80+
JMX metrics of sink connector are exposed through the port.(Default: 8084)
81+
If you need to override the port, add `metrics.port` in config.yml
82+
83+
```
84+
metrics.enable: "true"
85+
metrics.port: 8085
86+
```
87+
8188

8289
The JMX_exporter docker image scrapes the JMX metrics from the sink connector
8390
The metrics can be read through the following URL

0 commit comments

Comments
 (0)