CalvinKirs commented on issue #965: URL: https://github.com/apache/incubator-seatunnel/issues/965#issuecomment-1023959513
> SkyWalking how to collect spark internal metrics statistics,using java agent? > […](#) > ------------------ 原始邮件 ------------------ 发件人: "apache/incubator-seatunnel" ***@***.***>; 发送时间: 2022年1月28日(星期五) 中午1:53 ***@***.***>; ***@***.******@***.***>; 主题: Re: [apache/incubator-seatunnel] [DISCUSS][metrics] Support metrics statistics (Issue #965) I found the latest Spark (3.X) Metrics Document 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. 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 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_rep orters/#metric-reporters . And most of list the metics include them. Should we discuss the Top design? The only reason I can convince me is that we have implemented platform shielding for users. Whether it is index collection from Flink or Spark, we can collect their metrics. BTW, I would recommend that we integrate with other APM applications, such as SkyWalking. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: ***@***.***> I overlooked a point, our metrics are already calculated, (got it from Flink) I have no other problem with it. -- 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]
