We are working on Exporter HTTP Server to collect metrics from different Kafka clusters and request help on following:
FYI, JMX Exporter java agent PoC is working fine but we are interested to Pull metrics right now instead of as JavaAgent
Scenario:
1). Kafka-JMX is running on 9990 and we are putting the same port in jmx exporter yml file.
2). Following script on Prometheus server to fetch metrics from Kafka node:
"Java -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=10001 -jar jmx_prometheus_httpserver/target/jmx_prometheus_httpserver-0.6-SNAPSHOT-jar-with-dependencies.jar 10002 config.yml"
3). 10002 port added to prometheus.yml to start prometheus.
Question / Issues:
==================
1). We are not able to see metrics 10002 port, instead, we are getting "getsockopt: connection refused" same error with 10001 port and "EOF error" with 9990.
2). We want to create different graph templates for each kafka cluster, how can we achieve this with one Prometheus Data Source in Grafana.
Thanks,
Hi All,
We are working on Exporter HTTP Server to collect metrics from different Kafka clusters and request help on following:
FYI, JMX Exporter java agent PoC is working fine but we are interested to Pull metrics right now instead of as JavaAgent
Scenario:
1). Kafka-JMX is running on 9990 and we are putting the same port in jmx exporter yml file.
2). Following script on Prometheus server to fetch metrics from Kafka node:
"Java -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.port=10001 -jar jmx_prometheus_httpserver/target/jmx_prometheus_httpserver-0.6-SNAPSHOT-jar-with-dependencies.jar 10002 config.yml"
3). 10002 port added to prometheus.yml to start prometheus.
Question / Issues:
==================
1). We are not able to see metrics 10002 port, instead, we are getting "getsockopt: connection refused" same error with 10001 port and "EOF error" with 9990.
2). We want to create different graph templates for each kafka cluster, how can we achieve this with one Prometheus Data Source in Grafana.
Thanks,
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/89f60f27-0782-41dc-adf3-b113fc95e4b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Brian,
We want to use JMX Exporter with HTTP Server as remote Pull instead of JavaAgent as finally we are planning a similar implementation with Kubernates and and will move existing infra to Kubernates.
With Kubernates, infrastructure will have different applications e.g. Kafka / Spark / Cassandra /etc. where we are not expecting to use JavaAgent.
Thanks,
> > To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
> >
> > To post to this group, send email to prometheus...@googlegroups.com.
> >
> > To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/89f60f27-0782-41dc-adf3-b113fc95e4b4%40googlegroups.com.
> >
> > For more options, visit https://groups.google.com/d/optout.
> >
> >
> >
> >
> >
> > --
> >
> >
> > Brian Brazil
> > www.robustperception.io
--
You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/7fcb2812-c266-4517-861a-37ba957eda39%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to prometheus-developers+unsub...@googlegroups.com.
To post to this group, send email to prometheus-developers@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.