Guosmilesmile opened a new pull request, #3560: URL: https://github.com/apache/fluss/pull/3560
## Purpose The **Metrics Storage** section in the deployment overview page (`website/docs/install-deploy/overview.md`) only lists `JMX` and `Prometheus`, but Fluss actually supports 4 metric reporters as documented in `website/docs/maintenance/observability/metric-reporters.md`: - JMX (pull) - Prometheus (pull) - PrometheusPushGateway (push) - InfluxDB (push, supports v2/v3) This PR adds the two missing reporters (`PrometheusPushGateway` and `InfluxDB`) to the Metrics Storage row in the deployment overview table so that the documentation is consistent with the actual supported reporters. ## Brief change log - Add `PrometheusPushGateway` link to Metrics Storage in `website/docs/install-deploy/overview.md`. - Add `InfluxDB` link to Metrics Storage in `website/docs/install-deploy/overview.md`. ## Tests ## API and Format No API/format changes. ## Documentation - Does this pull request introduce a new feature? **no** - If yes, how is the feature documented? **docs** -- 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]
