Authored by zhangwenxue

feature(alipay): add influxdb spec

Showing 1 changed file with 20 additions and 0 deletions
  1 +## alipay成功注册用户数监控
  2 +
  3 +### 基本信息
  4 +| influxdb | database | measurement | grafana dashboard |
  5 +| ---------- | ------------ | -------------------- | ------------------ |
  6 +| config.monitorReport || alipay-register-count | |
  7 +
  8 +### tags
  9 +| tag | value | desc |
  10 +| --------- | ------| ------ |
  11 +| hostname | | |
  12 +| pid | | |
  13 +| appName | | |
  14 +
  15 +### fields
  16 +| field | value | desc |
  17 +| ------- | ------ | ------ |
  18 +| uid | req.user.uid | |
  19 +| ip | req.yoho.clientIP | client IP |
  20 +| udid | req.yoho.udid | user device id? |