affo commented on code in PR #2711:
URL: https://github.com/apache/fluss/pull/2711#discussion_r2894517160
##########
website/docs/install-deploy/deploying-with-helm.md:
##########
@@ -255,6 +265,40 @@ listeners:
port: 9124
```
+### Metrics and Monitoring
+
+When `metrics.enabled` is `true`, the Helm chart does the following:
+
+- `metrics.reporters`: comma-separated reporter names from `metrics.reporters`
+- `metrics.reporter.<name>.<option>`: one entry per reporter option in
`metrics.reporters`
+- Creates dedicated metrics services:
+ - `coordinator-server-metrics-hs`
+ - `tablet-server-metrics-hs`
+- Exposes the Prometheus reporter port as a named service port
(`metrics.service.portName`)
+- Adds optional labels from `metrics.service.labels` for ServiceMonitor
selection
+
Review Comment:
Better to add the Prometheus guide here 🤝
Should explain the scraping one and the ServiceMonitor one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]