Hi,everyone :
ServiceComb java chassis 1.0.0-m1 will support publish metrics data via
itself,you can config "cse.rest" for rest provider and "cse.highway" for higher
performance provider,also we support integration with prometheus.
But they are so many monitor tools such as
Nagios,Zabbix,Cacti,OpenNMS,Ganglia...etc,The trouble is data collection format
of them are different,we can not do integration one by one.
Fortunately they almost support collect data via Jmx,and Dropwizard metrics
also provided a JmxReporter.But for microservice Jmx may some problems(like
only support rmi call),so shall we need support publish metrics data via Jmx ?
Any suggestion is welcome!
Best Regards & Thanks!
ZhengYangYong