yalindogusahin commented on PR #794: URL: https://github.com/apache/spark-kubernetes-operator/pull/794#issuecomment-5715124469
Thanks for the detailed review. I rebased and pushed 79d6571. The example now matches actual worker gauge MBeans, uses a worker-only JmxSink, and limits JMX queries. With the exporter jar supplied, I scraped a local Spark 4.1.2 worker and saw spark_worker_coresFree, spark_worker_coresUsed, spark_worker_executors, spark_worker_memFree_MB, and spark_worker_memUsed_MB. I also made metricsIngress nonempty in the CRD, kept the Java policy builder fail closed, moved NetworkPolicy creation before the StatefulSets, and documented that changing scraper peers requires recreating the cluster. I updated the PR description to reflect these changes. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
