corgy-w commented on code in PR #7564:
URL: https://github.com/apache/seatunnel/pull/7564#discussion_r1751422259


##########
docs/en/seatunnel-engine/telemetry.md:
##########
@@ -0,0 +1,152 @@
+---
+sidebar_position: 13
+---
+
+# Telemetry
+
+Integrating `Metrices` through `Prometheus-exports` can better seamlessly 
connect to related monitoring platforms such
+as Prometheus and Grafana, improving the ability to monitor and alarm of the 
SeaTunnel cluster.
+
+You can configure telemetry's configurations in the `seatunnel.yaml` file.
+
+The following is an example declarative configuration.
+
+```yaml
+seatunnel:
+  engine:
+    telemetry:
+      metric:
+        enabled: true # Whether open metrics export
+```
+
+## Metrics
+
+The [metric text of prometheus](./telemetry/metrics.txt),which get
+from `http:{instanceHost}:5801/hazelcast/rest/instance/metrics`.
+
+The [metric text of openMetrics](./telemetry/openmetrics.txt),which get
+from `http:{instanceHost}:5801/hazelcast/rest/instance/openmetrics`.

Review Comment:
   get



-- 
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]

Reply via email to