Authored by zhangwenxue

feature(alipay): add influxdb spec

Showing 1 changed file with 20 additions and 0 deletions
## alipay成功注册用户数监控
### 基本信息
| influxdb | database | measurement | grafana dashboard |
| ---------- | ------------ | -------------------- | ------------------ |
| config.monitorReport || alipay-register-count | |
### tags
| tag | value | desc |
| --------- | ------| ------ |
| hostname | | |
| pid | | |
| appName | | |
### fields
| field | value | desc |
| ------- | ------ | ------ |
| uid | req.user.uid | |
| ip | req.yoho.clientIP | client IP |
| udid | req.yoho.udid | user device id? |
\ No newline at end of file
... ...