Hello Team,

we are trying to export JMX metrics for Spark and using the following AWS 
Blog post, we have implemented a solution :

 
https://aws.amazon.com/blogs/big-data/monitor-and-optimize-analytic-workloads-on-amazon-emr-with-prometheus-and-grafana/.
 
<https://aws.amazon.com/blogs/big-data/monitor-and-optimize-analytic-workloads-on-amazon-emr-with-prometheus-and-grafana/>
 

We use the jmx exporter as javaagent for spark submits and while things 
work fine when we submit each step individually , they fail when multiple 
steps are submitted simultaneously. The error message is "Address already 
in use " which is a very common bind issue at OS level when someone tries 
to use a port which is already in use by another process.

Are there any good ways to have the exporter run multiple JVMs in parallel 
/ immediately one after the other 

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/c7901713-f0d0-4833-ad51-dc0f8d3ecf3cn%40googlegroups.com.

Reply via email to