golang 自定义exporter - 服务连接数 portConnCount_exporter 导出器
需求:1、计算当前6379、3306服务的连接数2、可prometheus语法查询下面代码可直接使用:注:1、windows与linux的区分第38行代码localAddr:=fields[1]//windows为fields[1],linux为fields[3]2、如需求增加/修改/删除端口,可参考第7071行即可70NewPrometheusGauge(3306)71NewPrometheus