I recently built a custom exporter in Go 
<https://github.com/afrincu/ruckus_exporter> that exposes wifi network 
metrics from the Ruckus Smartzone Controller.
This is my attempt to learn Go through working on a concrete project.
I am conscious that it is not perfect, and any feedback is welcome.

When checking the Prometheus port allocation page 
<https://github.com/prometheus/prometheus/wiki/Default-port-allocations> , 
I have noticed that there is already an exporter for Ruckus Smartzone, 
written in Python with a reserved port number (9345 Ruckus SmartZone 
Exporter)
The collected metrics from the 2 exportes are slightly different (I added 
the client number per SSID).
What should I do?
- use the same port number (9345)
or
- ask for a new port number
or
- other?

Thank you for your suggestions. 

Kind Regards, 
Alex

-- 
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/253d3ba4-e92c-4ff7-9042-b0cac813ce89n%40googlegroups.com.

Reply via email to