Closed real747-david closed 6 months ago
Your application would have to expose JMX MBeans, which the exporter could then export. There is no feature to add.
could you provide more details about how the application expose JMX MBeans related to network metrics. applications just like, hdfs, hive, kafka etc. appreciate.
could you provide more details about how the application expose JMX MBeans related to network metrics. applications just like, hdfs, hive, kafka etc. appreciate.
Ultra high level...
Applications create and register MBeans.
The exporter queries the JVM for registered MBeans.
Dear contributors,
May I know if jmx exporter can provide java process network realted metrics, such as network usage in/out bytes per second, connection target server/client IP:Port, session duration etc. these metrics are very useful for conntion troubleshooting.
if yes, please show us how to do in config.yaml or somewhere, if no, do you have any plan to add this feature in future release.
thanks.