Skip to content

Commit

Permalink
Merge pull request #735 from Altinity/subkanthi-patch-2
Browse files Browse the repository at this point in the history
Update Monitoring.md to include metrics.port
  • Loading branch information
subkanthi authored Aug 2, 2024
2 parents 9796379 + 9050fe0 commit fdebb8f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/Monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,14 @@ record_insert_seq:
```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' ;```

## Grafana Dashboard
JMX metrics of sink connector are exposed through the port
JMX metrics of sink connector are exposed through the port.(Default: 8084)
If you need to override the port, add `metrics.port` in config.yml

```
metrics.enable: "true"
metrics.port: 8085
```


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

0 comments on commit fdebb8f

Please sign in to comment.