metric_config.json 946 Bytes
{
  "base": {
    "host": "localhost",
    "udp_host": "10.66.80.2",
    "udp_port": 7777
  },
  "redis": {
    "host": "localhost",
    "port": [
      16379,
      26379,
      36379
    ]
  },
  "zk": {
    "host": "localhost",
    "port": 2181
  },
  "rabbit": {
    "host": "localhost",
    "port": 15672,
    "user": "yoho",
    "passwd": "yoho"
  },
  "memcache": {
    "host": "localhost",
    "port": [
      21212,
      21211
    ]
  },
  "mysql": {
    "host": "localhost",
    "ports": [
      3306
    ],
    "user": "root",
    "passwd": "123456"
  },
  "java": {
    "host": "localhost",
    "ports": [
      8080,
      9096
    ],
    "tags": [
      "product",
      "kafka"
    ]
  },
  "nginx": {
    "files": [
      "/Data/logs/nginx/service.yoho.cn_access.log",
      "/Data/logs/nginx/service.yoho.cn_error.log",
      "/Data/logs/nginx/api.yoho.cn_error.log",
      "/Data/logs/nginx/api.yoho.cn_access.log"
    ]
  }
}