You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/01/28 03:25:11 UTC

[GitHub] [incubator-seatunnel] mosence edited a comment on issue #965: [DISCUSS][metrics] Support metrics statistics

mosence edited a comment on issue #965:
URL: https://github.com/apache/incubator-seatunnel/issues/965#issuecomment-1023850802


   I found the latest Spark (3.X) Metrics Document  [https://spark.apache.org/docs/latest/monitoring.html#list-of-available-metrics-providers](https://spark.apache.org/docs/latest/monitoring.html#list-of-available-metrics-providers).
   And Flink Metics Document  [https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/ops/metrics/#system-metrics](https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/ops/metrics/#system-metrics).
   
   In per-job Metric Repotor:
   Spark can config History Event and Use spark-historyserver.  [https://spark.apache.org/docs/latest/monitoring.html#applying-compaction-on-rolling-event-log-files](https://spark.apache.org/docs/latest/monitoring.html#applying-compaction-on-rolling-event-log-files)
   
   Flink can config Repotor. [https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/metric_reporters/#metric-reporters] https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/deployment/metric_reporters/#metric-reporters .
   
   And most of list the metics include them.
   
   Should we discuss the Top design?


-- 
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: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org